COLOR #23C5EF

HEX: #23C5EF
RGB: (35,197,239)

Color info

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

RGB color model

#23C5EF color RGB value is (35,197,239).

  • red value is 35;
  • green value is 197;
  • blue value is 239.
RGB:
(35,197,239)
(14%,77%,94%)

RGB channels and saturation

R 35 of 255 = 14%
G 197 of 255 = 77%
B 239 of 255 = 94%

35
197
239

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

Portions of RGB colors in percentages

R + G + B =
35 + 197 + 239 = 471 (100%)
R 35 of 471 ~ 7.43%
G 197 of 471 ~ 41.83%
B 239 of 471 ~ 50.74%

%41.83
%50.74

CMYK color model

#23C5EF color CMYK value is (85,18,0,6).

  • cyan value is 85.36%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(85,18,0,6)
C85M18Y0K6 
(85%,18%,0%,6%)
(0.85/0.18/0.00/0.06)	

CMYK percentages

%85.36
%17.57
%0
%6.27

Codes

Color #23C5EF in popluar color models

23C5EF
RGB35197239
HSL192°86.44%53.73%
HSB/HSV192°85.36%93.73%
CMYK85.36%17.57%0.00%
6.27%

Color #23C5EF in popluar number systems.

HEX23C5EF
Decimal35197239
Binary1000111100010111101111
Octal43305357

Shades and tints

Shades of #23C5EF

#23C5EF
(35,197,239)
#20B4DA
(32,180,218)
#1DA3C5
(29,163,197)
#1A92B0
(26,146,176)
#17819B
(23,129,155)
#147086
(20,112,134)
#115F71
(17,95,113)
#0E4E5C
(14,78,92)
#0B3D47
(11,61,71)
#082C32
(8,44,50)
#051B1D
(5,27,29)
#000000
(0,0,0)

Tints of #23C5EF

#23C5EF
(35,197,239)
#37CAF0
(55,202,240)
#4BCFF1
(75,207,241)
#5FD4F2
(95,212,242)
#73D9F3
(115,217,243)
#87DEF4
(135,222,244)
#9BE3F5
(155,227,245)
#AFE8F6
(175,232,246)
#C3EDF7
(195,237,247)
#D7F2F8
(215,242,248)
#EBF7F9
(235,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23C5EF color. Also use rgb(35,197,239) instead hex code.

Text Font Color

.myTextColor { color: #23C5EF; }

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

This text font color is #23C5EF.


Background Color

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

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

This div background color is #23C5EF.


Border color

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

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

This div border color is #23C5EF.


Opacity

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

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

Text with #23C5EF 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 #23C5EF;}

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

This text has shadow with #23C5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23C5EF on black background.


Color preview on white background

This text has color #23C5EF on white background.



Black color preview on #23C5EF background

This text has black color on #23C5EF background.


White color preview on #23C5EF background

This text has white color on #23C5EF background.