Html Css Color HEX #85E0FF Light Sky Blue

📋 copy color: '#85E0FF'

red 133 ◦ green 224 ◦ blue 255

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

Shades of Light Sky Blue #85E0FF

Tints of Light Sky Blue #85E0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.6%

 BLUE value IS 255 (100% from 255) = 41.67%

R = 21.73%
G = 36.6%
B = 41.67%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85E0FF (or 0x85E0FF) is known color: Light Sky Blue. HEX triplet: 85, E0 and FF. RGB value is (133,224,255). Sum of RGB (Red+Green+Blue) = 133+224+255=612 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.73% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E0FF is #7A1F00. Grayscale: #C8C8C8. Windows color (decimal): -8003329 or 16769157. OLE color: 16769157.

HSL color Cylindrical-coordinate representation of color #85E0FF: hue angle of 195.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E0FF is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 224 255 -
CMYK 0.48 0.12 0 0
HSL 195.25º 1% 0.76% -
HSV(B) 195.25º 0.48% 1% -
XYZ 54.38 65.52 104.39 -
YUV 200.33 158.85 79.98 -
System Red Green Blue C M Y K H S L
Decimal 133 224 255 0.48 0.12 0 0 195.25 1 0.76
Hex 85 E0 FF 30 C 0 0 C3 64 4C
Octal 205 340 377 60 14 0 0 303 144 114
Binary 10000101 11100000 11111111 110000 1100 0 0 11000011 1100100 1001100

Color Harmonies of #85E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E0FF

Black with #85E0FF

Text Example


Text Example

White with #85E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,255); }

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

background-color css

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

 a { background-color: rgb(133,224,255); }

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

border-color css

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

 span { border-color: rgb(133,224,255); }

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