Shades of Light Sky Blue #88C9FF
Tints of Light Sky Blue #88C9FF
RGB
CMYK
RGB Variations
Color information
#88C9FF (or 0x88C9FF) is known color: Light Sky Blue. HEX triplet: 88, C9 and FF. RGB value is (136,201,255). Sum of RGB (Red+Green+Blue) = 136+201+255=592 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.97% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #88C9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C9FF is #773600. Grayscale: #BBBBBB. Windows color (decimal): -7812609 or 16763272. OLE color: 16763272.
HSL color Cylindrical-coordinate representation of color #88C9FF: hue angle of 207.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88C9FF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 201 | 255 | - |
| CMYK | 0.47 | 0.21 | 0 | 0 |
| HSL | 207.23º | 1% | 0.77% | - |
| HSV(B) | 207.23º | 0.47% | 1% | - |
| XYZ | 49.09 | 54.23 | 102.49 | - |
| YUV | 187.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 255 | 0.47 | 0.21 | 0 | 0 | 207.23 | 1 | 0.77 |
| Hex | 88 | C9 | FF | 2F | 15 | 0 | 0 | CF | 64 | 4D |
| Octal | 210 | 311 | 377 | 57 | 25 | 0 | 0 | 317 | 144 | 115 |
| Binary | 10001000 | 11001001 | 11111111 | 101111 | 10101 | 0 | 0 | 11001111 | 1100100 | 1001101 |
Color Harmonies of #88C9FF
Complementary color
Monochromatic Colors of #88C9FF
Black with #88C9FF
Text Example
Text Example
White with #88C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C9FF; }
p { color: rgb(136,201,255); }
H1.HeaderClassName
{
color: #88C9FF;
}
.AnyTagClassName
{
color: #88C9FF;
}
</style>
background-color css
<style>
a { background-color: #88C9FF; }
a { background-color: rgb(136,201,255); }
div.DivClassName
{
background-color: #88C9FF;
}
.BgClassName
{
background-color: #88C9FF;
}
</style>
border-color css
<style>
span { border-color: #88C9FF; }
span { border-color: rgb(136,201,255); }
td.TdClassName
{
border-color: #88C9FF;
}
.TagClassName
{
border-color: #88C9FF;
}
</style>