COLOR #23C5EB

HEX: #23C5EB
RGB: (35,197,235)

Color info

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

RGB color model

#23C5EB color RGB value is (35,197,235).

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

RGB channels and saturation

R 35 of 255 = 14%
G 197 of 255 = 77%
B 235 of 255 = 92%

35
197
235

R + G + B ~ 61%. #23C5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
35 + 197 + 235 = 467 (100%)
R 35 of 467 ~ 7.49%
G 197 of 467 ~ 42.18%
B 235 of 467 ~ 50.32%

%42.18
%50.32

CMYK color model

#23C5EB color CMYK value is (85,16,0,8).

  • cyan value is 85.11%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(85,16,0,8)
C85M16Y0K8 
(85%,16%,0%,8%)
(0.85/0.16/0.00/0.08)	

CMYK percentages

%85.11
%16.17
%0
%7.84

Codes

Color #23C5EB in popluar color models

23C5EB
RGB35197235
HSL191°83.33%52.94%
HSB/HSV191°85.11%92.16%
CMYK85.11%16.17%0.00%
7.84%

Color #23C5EB in popluar number systems.

HEX23C5EB
Decimal35197235
Binary1000111100010111101011
Octal43305353

Shades and tints

Shades of #23C5EB

#23C5EB
(35,197,235)
#20B4D6
(32,180,214)
#1DA3C1
(29,163,193)
#1A92AC
(26,146,172)
#178197
(23,129,151)
#147082
(20,112,130)
#115F6D
(17,95,109)
#0E4E58
(14,78,88)
#0B3D43
(11,61,67)
#082C2E
(8,44,46)
#051B19
(5,27,25)
#000000
(0,0,0)

Tints of #23C5EB

#23C5EB
(35,197,235)
#37CAEC
(55,202,236)
#4BCFED
(75,207,237)
#5FD4EE
(95,212,238)
#73D9EF
(115,217,239)
#87DEF0
(135,222,240)
#9BE3F1
(155,227,241)
#AFE8F2
(175,232,242)
#C3EDF3
(195,237,243)
#D7F2F4
(215,242,244)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23C5EB; }

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

This text font color is #23C5EB.


Background Color

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

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

This div background color is #23C5EB.


Border color

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

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

This div border color is #23C5EB.


Opacity

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

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

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

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

This text has shadow with #23C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23C5EB on black background.


Color preview on white background

This text has color #23C5EB on white background.



Black color preview on #23C5EB background

This text has black color on #23C5EB background.


White color preview on #23C5EB background

This text has white color on #23C5EB background.