#88DEF9

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

Shades of Light Sky Blue #88DEF9

Tints of Light Sky Blue #88DEF9

Color information

#88DEF9 (or 0x88DEF9) is unknown color: approx Light Sky Blue. HEX triplet: 88, DE and F9. RGB value is (136,222,249). Sum of RGB (Red+Green+Blue) = 136+222+249=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #88DEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DEF9 is #772106. Grayscale: #C7C7C7. Windows color (decimal): -7807239 or 16375432. OLE color: 16375432.

HSL color Cylindrical-coordinate representation of color #88DEF9: hue angle of 194.34º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88DEF9 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136222249-
CMYK0.450.1100.02
HSL194.34º90.4%75.49%-
HSV(B)194.34º45.38%97.65%-
XYZ53.3764.3299.22-
YUV199.36156.0182.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.41%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=22.41%
G=36.57%
B=41.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362222490.450.1100.02194.3490.475.49
Hex88DEF92DB02c25a4b
Octal210336371551302302132113
Binary10001000110111101111100110110110110101100001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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