COLOR #23C9F0

HEX: #23C9F0
RGB: (35,201,240)

Color info

#23C9F0 contains mainly green and blue colors. Web safe color of #23C9F0 is #33CCFF (or #3CF).

RGB color model

#23C9F0 color RGB value is (35,201,240).

  • red value is 35;
  • green value is 201;
  • blue value is 240.
RGB:
(35,201,240)
(14%,79%,94%)

RGB channels and saturation

R 35 of 255 = 14%
G 201 of 255 = 79%
B 240 of 255 = 94%

35
201
240

R + G + B ~ 62%. #23C9F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
35 + 201 + 240 = 476 (100%)
R 35 of 476 ~ 7.35%
G 201 of 476 ~ 42.23%
B 240 of 476 ~ 50.42%

%42.23
%50.42

CMYK color model

#23C9F0 color CMYK value is (85,16,0,6).

  • cyan value is 85.42%
  • magenta value is 16.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(85,16,0,6)
C85M16Y0K6 
(85%,16%,0%,6%)
(0.85/0.16/0.00/0.06)	

CMYK percentages

%85.42
%16.25
%0
%5.88

Codes

Color #23C9F0 in popluar color models

23C9F0
RGB35201240
HSL191°87.23%53.92%
HSB/HSV191°85.42%94.12%
CMYK85.42%16.25%0.00%
5.88%

Color #23C9F0 in popluar number systems.

HEX23C9F0
Decimal35201240
Binary1000111100100111110000
Octal43311360

Shades and tints

Shades of #23C9F0

#23C9F0
(35,201,240)
#20B7DB
(32,183,219)
#1DA5C6
(29,165,198)
#1A93B1
(26,147,177)
#17819C
(23,129,156)
#146F87
(20,111,135)
#115D72
(17,93,114)
#0E4B5D
(14,75,93)
#0B3948
(11,57,72)
#082733
(8,39,51)
#05151E
(5,21,30)
#000000
(0,0,0)

Tints of #23C9F0

#23C9F0
(35,201,240)
#37CDF1
(55,205,241)
#4BD1F2
(75,209,242)
#5FD5F3
(95,213,243)
#73D9F4
(115,217,244)
#87DDF5
(135,221,245)
#9BE1F6
(155,225,246)
#AFE5F7
(175,229,247)
#C3E9F8
(195,233,248)
#D7EDF9
(215,237,249)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23C9F0 color. Also use rgb(35,201,240) instead hex code.

Text Font Color

.myTextColor { color: #23C9F0; }

<p style="color:#23C9F0">This sample text font color is #23C9F0.</p>

This text font color is #23C9F0.


Background Color

.myBgColor { background-color: #23C9F0; }

<div style="background-color:#23C9F0">Inner text</div>

This div background color is #23C9F0.


Border color

.myBorderColor { border: 1px solid #23C9F0; }

<div style="border:3px solid #23C9F0">Div</div>

This div border color is #23C9F0.


Opacity

.myOpacity80 { color: #23C9F0; opacity: 0.8; }

<p style="color:#23C9F0;opacity:0.8;">80%</p>

Text with #23C9F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #23C9F0;}

<p style="text-shadow: 3px 3px 1px #23C9F0">Text here.</p>

This text has shadow with #23C9F0 color.

.textShadow {text-shadow: 3px 3px 1px #23C9F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #23C9F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #23C9F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#23C9F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#23C9F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #23C9F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #23C9F0;
  -webkit-box-shadow:	1px 1px 3px 2px #23C9F0;
  box-shadow:		1px 1px 3px 2px #23C9F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #23C9F0;
-webkit-box-shadow: 1px 1px 3px 2px #23C9F0;
box-shadow:1px 1px 3px 2px #23C9F0;">
Div content here</div>
This div box has shadow with color #23C9F0.

Preview

Color preview on black background

This text has color #23C9F0 on black background.


Color preview on white background

This text has color #23C9F0 on white background.



Black color preview on #23C9F0 background

This text has black color on #23C9F0 background.


White color preview on #23C9F0 background

This text has white color on #23C9F0 background.