COLOR #85D2FA

HEX: #85D2FA
RGB: (133,210,250)

Color info

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

RGB color model

#85D2FA color RGB value is (133,210,250).

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

RGB channels and saturation

R 133 of 255 = 52%
G 210 of 255 = 82%
B 250 of 255 = 98%

133
210
250

R + G + B ~ 77%. #85D2FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 210 + 250 = 593 (100%)
R 133 of 593 ~ 22.43%
G 210 of 593 ~ 35.41%
B 250 of 593 ~ 42.16%

%22.43
%35.41
%42.16

CMYK color model

#85D2FA color CMYK value is (47,16,0,2).

  • cyan value is 46.80%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(47,16,0,2)
C47M16Y0K2 
(47%,16%,0%,2%)
(0.47/0.16/0.00/0.02)	

CMYK percentages

%46.8
%16
%0
%1.96

Codes

Color #85D2FA in popluar color models

85D2FA
RGB133210250
HSL201°92.13%75.10%
HSB/HSV201°46.80%98.04%
CMYK46.80%16.00%0.00%
1.96%

Color #85D2FA in popluar number systems.

HEX85D2FA
Decimal133210250
Binary100001011101001011111010
Octal205322372

Shades and tints

Shades of #85D2FA

#85D2FA
(133,210,250)
#79BFE4
(121,191,228)
#6DACCE
(109,172,206)
#6199B8
(97,153,184)
#5586A2
(85,134,162)
#49738C
(73,115,140)
#3D6076
(61,96,118)
#314D60
(49,77,96)
#253A4A
(37,58,74)
#192734
(25,39,52)
#0D141E
(13,20,30)
#000000
(0,0,0)

Tints of #85D2FA

#85D2FA
(133,210,250)
#90D6FA
(144,214,250)
#9BDAFA
(155,218,250)
#A6DEFA
(166,222,250)
#B1E2FA
(177,226,250)
#BCE6FA
(188,230,250)
#C7EAFA
(199,234,250)
#D2EEFA
(210,238,250)
#DDF2FA
(221,242,250)
#E8F6FA
(232,246,250)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D2FA; }

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

This text font color is #85D2FA.


Background Color

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

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

This div background color is #85D2FA.


Border color

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

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

This div border color is #85D2FA.


Opacity

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

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

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

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

This text has shadow with #85D2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D2FA on black background.


Color preview on white background

This text has color #85D2FA on white background.



Black color preview on #85D2FA background

This text has black color on #85D2FA background.


White color preview on #85D2FA background

This text has white color on #85D2FA background.