Shades of Light Sky Blue #88D2F9
Tints of Light Sky Blue #88D2F9
RGB
CMYK
RGB Variations
Color information
#88D2F9 (or 0x88D2F9) is known color: Light Sky Blue. HEX triplet: 88, D2 and F9. RGB value is (136,210,249). Sum of RGB (Red+Green+Blue) = 136+210+249=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #88D2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D2F9 is #772D06. Grayscale: #C0C0C0. Windows color (decimal): -7810311 or 16372360. OLE color: 16372360.
HSL color Cylindrical-coordinate representation of color #88D2F9: hue angle of 200.71º 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 #88D2F9 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 210 | 249 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.02 |
| HSL | 200.71º | 0.9% | 0.75% | - |
| HSV(B) | 200.71º | 0.45% | 0.98% | - |
| XYZ | 50.3 | 58.17 | 98.2 | - |
| YUV | 192.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 249 | 0.45 | 0.16 | 0 | 0.02 | 200.71 | 0.9 | 0.75 |
| Hex | 88 | D2 | F9 | 2D | 10 | 0 | 2 | C9 | 5A | 4B |
| Octal | 210 | 322 | 371 | 55 | 20 | 0 | 2 | 311 | 132 | 113 |
| Binary | 10001000 | 11010010 | 11111001 | 101101 | 10000 | 0 | 10 | 11001001 | 1011010 | 1001011 |
Color Harmonies of #88D2F9
Complementary color
Monochromatic Colors of #88D2F9
Black with #88D2F9
Text Example
Text Example
White with #88D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2F9; }
p { color: rgb(136,210,249); }
H1.HeaderClassName
{
color: #88D2F9;
}
.AnyTagClassName
{
color: #88D2F9;
}
</style>
background-color css
<style>
a { background-color: #88D2F9; }
a { background-color: rgb(136,210,249); }
div.DivClassName
{
background-color: #88D2F9;
}
.BgClassName
{
background-color: #88D2F9;
}
</style>
border-color css
<style>
span { border-color: #88D2F9; }
span { border-color: rgb(136,210,249); }
td.TdClassName
{
border-color: #88D2F9;
}
.TagClassName
{
border-color: #88D2F9;
}
</style>