COLOR #85D2EA

HEX: #85D2EA
RGB: (133,210,234)

Color info

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

RGB color model

#85D2EA color RGB value is (133,210,234).

  • red value is 133;
  • green value is 210;
  • blue value is 234.
RGB:
(133,210,234)
(52%,82%,92%)

RGB channels and saturation

R 133 of 255 = 52%
G 210 of 255 = 82%
B 234 of 255 = 92%

133
210
234

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

Portions of RGB colors in percentages

R + G + B =
133 + 210 + 234 = 577 (100%)
R 133 of 577 ~ 23.05%
G 210 of 577 ~ 36.4%
B 234 of 577 ~ 40.55%

%23.05
%36.4
%40.55

CMYK color model

#85D2EA color CMYK value is (43,10,0,8).

  • cyan value is 43.16%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(43,10,0,8)
C43M10Y0K8 
(43%,10%,0%,8%)
(0.43/0.10/0.00/0.08)	

CMYK percentages

%43.16
%10.26
%0
%8.24

Codes

Color #85D2EA in popluar color models

85D2EA
RGB133210234
HSL194°70.63%71.96%
HSB/HSV194°43.16%91.76%
CMYK43.16%10.26%0.00%
8.24%

Color #85D2EA in popluar number systems.

HEX85D2EA
Decimal133210234
Binary100001011101001011101010
Octal205322352

Shades and tints

Shades of #85D2EA

#85D2EA
(133,210,234)
#79BFD5
(121,191,213)
#6DACC0
(109,172,192)
#6199AB
(97,153,171)
#558696
(85,134,150)
#497381
(73,115,129)
#3D606C
(61,96,108)
#314D57
(49,77,87)
#253A42
(37,58,66)
#19272D
(25,39,45)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #85D2EA

#85D2EA
(133,210,234)
#90D6EB
(144,214,235)
#9BDAEC
(155,218,236)
#A6DEED
(166,222,237)
#B1E2EE
(177,226,238)
#BCE6EF
(188,230,239)
#C7EAF0
(199,234,240)
#D2EEF1
(210,238,241)
#DDF2F2
(221,242,242)
#E8F6F3
(232,246,243)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D2EA color. Also use rgb(133,210,234) instead hex code.

Text Font Color

.myTextColor { color: #85D2EA; }

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

This text font color is #85D2EA.


Background Color

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

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

This div background color is #85D2EA.


Border color

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

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

This div border color is #85D2EA.


Opacity

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

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

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

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

This text has shadow with #85D2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D2EA on black background.


Color preview on white background

This text has color #85D2EA on white background.



Black color preview on #85D2EA background

This text has black color on #85D2EA background.


White color preview on #85D2EA background

This text has white color on #85D2EA background.