#88DEFE

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

Shades of Light Sky Blue #88DEFE

Tints of Light Sky Blue #88DEFE

Color information

#88DEFE (or 0x88DEFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, DE and FE. RGB value is (136,222,254). Sum of RGB (Red+Green+Blue) = 136+222+254=612 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.22% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #88DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DEFE is #772101. Grayscale: #C7C7C7. Windows color (decimal): -7807234 or 16703112. OLE color: 16703112.

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

Color convert

RGB136222254-
CMYK0.460.1300.00
HSL196.27º98.33%76.47%-
HSV(B)196.27º46.46%99.61%-
XYZ54.1664.63103.39-
YUV199.93158.5182.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.22%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=22.22%
G=36.27%
B=41.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362222540.460.1300.00196.2798.3376.47
Hex88DEFE2ED00c4624c
Octal210336376561500304142114
Binary1000100011011110111111101011101101001100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DEFE; }

 p { color: rgb(136,222,254); }

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

<style>
 a { background-color: #88DEFE; }

 a { background-color: rgb(136,222,254); }

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

<style>
 span { border-color: #88DEFE; }

 span { border-color: rgb(136,222,254); }

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