#85E2FE

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

Shades of Light Sky Blue #85E2FE

Tints of Light Sky Blue #85E2FE

Color information

#85E2FE (or 0x85E2FE) is unknown color: approx Light Sky Blue. HEX triplet: 85, E2 and FE. RGB value is (133,226,254). Sum of RGB (Red+Green+Blue) = 133+226+254=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #85E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E2FE is #7A1D01. Grayscale: #C9C9C9. Windows color (decimal): -8002818 or 16704133. OLE color: 16704133.

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

Color convert

RGB133226254-
CMYK0.480.1100.00
HSL193.88º98.37%75.88%-
HSV(B)193.88º47.64%99.61%-
XYZ54.7666.54103.72-
YUV201.38157.6979.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.70%
GREEN value IS 226 (88.67% from 255) = 36.87%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=21.70%
G=36.87%
B=41.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332262540.480.1100.00193.8898.3775.88
Hex85E2FE30B00c2624c
Octal205342376601300302142114
Binary1000010111100010111111101100001011001100001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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