Html Css Color HEX #85E1EF Sky Blue

📋 copy color: '#85E1EF'

red 133 ◦ green 225 ◦ blue 239

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

Shades of Sky Blue #85E1EF

Tints of Sky Blue #85E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.69%

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

R = 22.28%
G = 37.69%
B = 40.03%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85E1EF (or 0x85E1EF) is known color: Sky Blue. HEX triplet: 85, E1 and EF. RGB value is (133,225,239). Sum of RGB (Red+Green+Blue) = 133+225+239=597 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.28% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #85E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E1EF is #7A1E10. Grayscale: #C6C6C6. Windows color (decimal): -8003089 or 15720837. OLE color: 15720837.

HSL color Cylindrical-coordinate representation of color #85E1EF: hue angle of 187.92º 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 #85E1EF is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 225 239 -
CMYK 0.44 0.06 0 0.06
HSL 187.92º 0.77% 0.73% -
HSV(B) 187.92º 0.44% 0.94% -
XYZ 52.18 65.07 91.47 -
YUV 199.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 133 225 239 0.44 0.06 0 0.06 187.92 0.77 0.73
Hex 85 E1 EF 2C 6 0 6 BC 4D 49
Octal 205 341 357 54 6 0 6 274 115 111
Binary 10000101 11100001 11101111 101100 110 0 110 10111100 1001101 1001001

Color Harmonies of #85E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E1EF

Black with #85E1EF

Text Example


Text Example

White with #85E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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