#85E0FF

Color #85E0FF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #85E0FF

Tints of Light Sky Blue #85E0FF

Color information

#85E0FF (or 0x85E0FF) is unknown color: approx 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

RGB133224255-
CMYK0.480.1200
HSL195.25º100%76.08%-
HSV(B)195.25º47.84%100%-
XYZ54.3865.52104.39-
YUV200.32158.8579.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.73%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 255 (100% from 255) = 41.67%
R=21.73%
G=36.60%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332242550.480.1200195.2510076.08
Hex85E0FF30C00c3644c
Octal205340377601400303144114
Binary1000010111100000111111111100001100001100001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>