#85E2FF

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

Shades of Light Sky Blue #85E2FF

Tints of Light Sky Blue #85E2FF

Color information

#85E2FF (or 0x85E2FF) is unknown color: approx Light Sky Blue. HEX triplet: 85, E2 and FF. RGB value is (133,226,255). Sum of RGB (Red+Green+Blue) = 133+226+255=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E2FF is #7A1D00. Grayscale: #C9C9C9. Windows color (decimal): -8002817 or 16769669. OLE color: 16769669.

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

Color convert

RGB133226255-
CMYK0.480.1100
HSL194.26º100%76.08%-
HSV(B)194.26º47.84%100%-
XYZ54.9266.6104.57-
YUV201.5158.1979.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.66%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 255 (100% from 255) = 41.53%
R=21.66%
G=36.81%
B=41.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332262550.480.1100194.2610076.08
Hex85E2FF30B00c2644c
Octal205342377601300302144114
Binary1000010111100010111111111100001011001100001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E2FF;
 }
 .AnyTagClassName
 {
   color: #85E2FF;
 }
</style>
background-color css

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

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

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

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

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

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