COLOR #85D0F0

HEX: #85D0F0
RGB: (133,208,240)

Color info

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

RGB color model

#85D0F0 color RGB value is (133,208,240).

  • red value is 133;
  • green value is 208;
  • blue value is 240.
RGB:
(133,208,240)
(52%,82%,94%)

RGB channels and saturation

R 133 of 255 = 52%
G 208 of 255 = 82%
B 240 of 255 = 94%

133
208
240

R + G + B ~ 76%. #85D0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 208 + 240 = 581 (100%)
R 133 of 581 ~ 22.89%
G 208 of 581 ~ 35.8%
B 240 of 581 ~ 41.31%

%22.89
%35.8
%41.31

CMYK color model

#85D0F0 color CMYK value is (45,13,0,6).

  • cyan value is 44.58%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(45,13,0,6)
C45M13Y0K6 
(45%,13%,0%,6%)
(0.45/0.13/0.00/0.06)	

CMYK percentages

%44.58
%13.33
%0
%5.88

Codes

Color #85D0F0 in popluar color models

85D0F0
RGB133208240
HSL198°78.10%73.14%
HSB/HSV198°44.58%94.12%
CMYK44.58%13.33%0.00%
5.88%

Color #85D0F0 in popluar number systems.

HEX85D0F0
Decimal133208240
Binary100001011101000011110000
Octal205320360

Shades and tints

Shades of #85D0F0

#85D0F0
(133,208,240)
#79BEDB
(121,190,219)
#6DACC6
(109,172,198)
#619AB1
(97,154,177)
#55889C
(85,136,156)
#497687
(73,118,135)
#3D6472
(61,100,114)
#31525D
(49,82,93)
#254048
(37,64,72)
#192E33
(25,46,51)
#0D1C1E
(13,28,30)
#000000
(0,0,0)

Tints of #85D0F0

#85D0F0
(133,208,240)
#90D4F1
(144,212,241)
#9BD8F2
(155,216,242)
#A6DCF3
(166,220,243)
#B1E0F4
(177,224,244)
#BCE4F5
(188,228,245)
#C7E8F6
(199,232,246)
#D2ECF7
(210,236,247)
#DDF0F8
(221,240,248)
#E8F4F9
(232,244,249)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85D0F0 color. Also use rgb(133,208,240) instead hex code.

Text Font Color

.myTextColor { color: #85D0F0; }

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

This text font color is #85D0F0.


Background Color

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

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

This div background color is #85D0F0.


Border color

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

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

This div border color is #85D0F0.


Opacity

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

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

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

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

This text has shadow with #85D0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D0F0 on black background.


Color preview on white background

This text has color #85D0F0 on white background.



Black color preview on #85D0F0 background

This text has black color on #85D0F0 background.


White color preview on #85D0F0 background

This text has white color on #85D0F0 background.