COLOR #85CDEC

HEX: #85CDEC
RGB: (133,205,236)

Color info

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

RGB color model

#85CDEC color RGB value is (133,205,236).

  • red value is 133;
  • green value is 205;
  • blue value is 236.
RGB:
(133,205,236)
(52%,80%,93%)

RGB channels and saturation

R 133 of 255 = 52%
G 205 of 255 = 80%
B 236 of 255 = 93%

133
205
236

R + G + B ~ 75%. #85CDEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 205 + 236 = 574 (100%)
R 133 of 574 ~ 23.17%
G 205 of 574 ~ 35.71%
B 236 of 574 ~ 41.11%

%23.17
%35.71
%41.11

CMYK color model

#85CDEC color CMYK value is (44,13,0,7).

  • cyan value is 43.64%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(44,13,0,7)
C44M13Y0K7 
(44%,13%,0%,7%)
(0.44/0.13/0.00/0.07)	

CMYK percentages

%43.64
%13.14
%0
%7.45

Codes

Color #85CDEC in popluar color models

85CDEC
RGB133205236
HSL198°73.05%72.35%
HSB/HSV198°43.64%92.55%
CMYK43.64%13.14%0.00%
7.45%

Color #85CDEC in popluar number systems.

HEX85CDEC
Decimal133205236
Binary100001011100110111101100
Octal205315354

Shades and tints

Shades of #85CDEC

#85CDEC
(133,205,236)
#79BBD7
(121,187,215)
#6DA9C2
(109,169,194)
#6197AD
(97,151,173)
#558598
(85,133,152)
#497383
(73,115,131)
#3D616E
(61,97,110)
#314F59
(49,79,89)
#253D44
(37,61,68)
#192B2F
(25,43,47)
#0D191A
(13,25,26)
#000000
(0,0,0)

Tints of #85CDEC

#85CDEC
(133,205,236)
#90D1ED
(144,209,237)
#9BD5EE
(155,213,238)
#A6D9EF
(166,217,239)
#B1DDF0
(177,221,240)
#BCE1F1
(188,225,241)
#C7E5F2
(199,229,242)
#D2E9F3
(210,233,243)
#DDEDF4
(221,237,244)
#E8F1F5
(232,241,245)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CDEC color. Also use rgb(133,205,236) instead hex code.

Text Font Color

.myTextColor { color: #85CDEC; }

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

This text font color is #85CDEC.


Background Color

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

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

This div background color is #85CDEC.


Border color

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

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

This div border color is #85CDEC.


Opacity

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

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

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

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

This text has shadow with #85CDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85CDEC on black background.


Color preview on white background

This text has color #85CDEC on white background.



Black color preview on #85CDEC background

This text has black color on #85CDEC background.


White color preview on #85CDEC background

This text has white color on #85CDEC background.