COLOR #85C9EB

HEX: #85C9EB
RGB: (133,201,235)

Color info

#85C9EB contains mainly green and blue colors. Web safe color of #85C9EB is #99CCFF (or #9CF).

RGB color model

#85C9EB color RGB value is (133,201,235).

  • red value is 133;
  • green value is 201;
  • blue value is 235.
RGB:
(133,201,235)
(52%,79%,92%)

RGB channels and saturation

R 133 of 255 = 52%
G 201 of 255 = 79%
B 235 of 255 = 92%

133
201
235

R + G + B ~ 74%. #85C9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 201 + 235 = 569 (100%)
R 133 of 569 ~ 23.37%
G 201 of 569 ~ 35.33%
B 235 of 569 ~ 41.3%

%23.37
%35.33
%41.3

CMYK color model

#85C9EB color CMYK value is (43,14,0,8).

  • cyan value is 43.40%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(43,14,0,8)
C43M14Y0K8 
(43%,14%,0%,8%)
(0.43/0.14/0.00/0.08)	

CMYK percentages

%43.4
%14.47
%0
%7.84

Codes

Color #85C9EB in popluar color models

85C9EB
RGB133201235
HSL200°71.83%72.16%
HSB/HSV200°43.40%92.16%
CMYK43.40%14.47%0.00%
7.84%

Color #85C9EB in popluar number systems.

HEX85C9EB
Decimal133201235
Binary100001011100100111101011
Octal205311353

Shades and tints

Shades of #85C9EB

#85C9EB
(133,201,235)
#79B7D6
(121,183,214)
#6DA5C1
(109,165,193)
#6193AC
(97,147,172)
#558197
(85,129,151)
#496F82
(73,111,130)
#3D5D6D
(61,93,109)
#314B58
(49,75,88)
#253943
(37,57,67)
#19272E
(25,39,46)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #85C9EB

#85C9EB
(133,201,235)
#90CDEC
(144,205,236)
#9BD1ED
(155,209,237)
#A6D5EE
(166,213,238)
#B1D9EF
(177,217,239)
#BCDDF0
(188,221,240)
#C7E1F1
(199,225,241)
#D2E5F2
(210,229,242)
#DDE9F3
(221,233,243)
#E8EDF4
(232,237,244)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C9EB color. Also use rgb(133,201,235) instead hex code.

Text Font Color

.myTextColor { color: #85C9EB; }

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

This text font color is #85C9EB.


Background Color

.myBgColor { background-color: #85C9EB; }

<div style="background-color:#85C9EB">Inner text</div>

This div background color is #85C9EB.


Border color

.myBorderColor { border: 1px solid #85C9EB; }

<div style="border:3px solid #85C9EB">Div</div>

This div border color is #85C9EB.


Opacity

.myOpacity80 { color: #85C9EB; opacity: 0.8; }

<p style="color:#85C9EB;opacity:0.8;">80%</p>

Text with #85C9EB 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 #85C9EB;}

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

This text has shadow with #85C9EB color.

.textShadow {text-shadow: 3px 3px 1px #85C9EB, 3px 3px 1px red;}

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

This text has shadow with #85C9EB primary color and red secondary color.


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

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

This text has shadow with #85C9EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C9EB on black background.


Color preview on white background

This text has color #85C9EB on white background.



Black color preview on #85C9EB background

This text has black color on #85C9EB background.


White color preview on #85C9EB background

This text has white color on #85C9EB background.