Html Css Color HEX #85D2EF Sky Blue

📋 copy color: '#85D2EF'

red 133 ◦ green 210 ◦ blue 239

#85D2EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #85D2EF

Tints of Sky Blue #85D2EF

RGB

 RED value IS 133 (52.34% from 255) = 22.85%

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 22.85%
G = 36.08%
B = 41.07%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#85D2EF (or 0x85D2EF) is known color: Sky Blue. HEX triplet: 85, D2 and EF. RGB value is (133,210,239). Sum of RGB (Red+Green+Blue) = 133+210+239=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #85D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D2EF is #7A2D10. Grayscale: #BEBEBE. Windows color (decimal): -8006929 or 15716997. OLE color: 15716997.

HSL color Cylindrical-coordinate representation of color #85D2EF: hue angle of 196.42º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D2EF is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 210 239 -
CMYK 0.44 0.12 0 0.06
HSL 196.42º 0.77% 0.73% -
HSV(B) 196.42º 0.44% 0.94% -
XYZ 48.3 57.31 90.18 -
YUV 190.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 133 210 239 0.44 0.12 0 0.06 196.42 0.77 0.73
Hex 85 D2 EF 2C C 0 6 C4 4D 49
Octal 205 322 357 54 14 0 6 304 115 111
Binary 10000101 11010010 11101111 101100 1100 0 110 11000100 1001101 1001001

Color Harmonies of #85D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D2EF

Black with #85D2EF

Text Example


Text Example

White with #85D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85D2EF; }

 p { color: rgb(133,210,239); }

 H1.HeaderClassName
 {
   color: #85D2EF;
 }
 .AnyTagClassName
 {
   color: #85D2EF;
 }
</style>

background-color css

<style>
 a { background-color: #85D2EF; }

 a { background-color: rgb(133,210,239); }

 div.DivClassName
 {
   background-color: #85D2EF;
 }
 .BgClassName
 {
   background-color: #85D2EF;
 }
</style>

border-color css

<style>
 span { border-color: #85D2EF; }

 span { border-color: rgb(133,210,239); }

 td.TdClassName
 {
   border-color: #85D2EF;
 }
 .TagClassName
 {
   border-color: #85D2EF;
 }
</style>