Shades of Light Sky Blue #88C8F9
Tints of Light Sky Blue #88C8F9
RGB
CMYK
RGB Variations
Color information
#88C8F9 (or 0x88C8F9) is known color: Light Sky Blue. HEX triplet: 88, C8 and F9. RGB value is (136,200,249). Sum of RGB (Red+Green+Blue) = 136+200+249=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #88C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C8F9 is #773706. Grayscale: #BABABA. Windows color (decimal): -7812871 or 16369800. OLE color: 16369800.
HSL color Cylindrical-coordinate representation of color #88C8F9: hue angle of 206.02º 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 #88C8F9 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 200 | 249 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.02 |
| HSL | 206.02º | 0.9% | 0.75% | - |
| HSV(B) | 206.02º | 0.45% | 0.98% | - |
| XYZ | 47.91 | 53.38 | 97.4 | - |
| YUV | 186.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 249 | 0.45 | 0.20 | 0 | 0.02 | 206.02 | 0.9 | 0.75 |
| Hex | 88 | C8 | F9 | 2D | 14 | 0 | 2 | CE | 5A | 4B |
| Octal | 210 | 310 | 371 | 55 | 24 | 0 | 2 | 316 | 132 | 113 |
| Binary | 10001000 | 11001000 | 11111001 | 101101 | 10100 | 0 | 10 | 11001110 | 1011010 | 1001011 |
Color Harmonies of #88C8F9
Complementary color
Monochromatic Colors of #88C8F9
Black with #88C8F9
Text Example
Text Example
White with #88C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C8F9; }
p { color: rgb(136,200,249); }
H1.HeaderClassName
{
color: #88C8F9;
}
.AnyTagClassName
{
color: #88C8F9;
}
</style>
background-color css
<style>
a { background-color: #88C8F9; }
a { background-color: rgb(136,200,249); }
div.DivClassName
{
background-color: #88C8F9;
}
.BgClassName
{
background-color: #88C8F9;
}
</style>
border-color css
<style>
span { border-color: #88C8F9; }
span { border-color: rgb(136,200,249); }
td.TdClassName
{
border-color: #88C8F9;
}
.TagClassName
{
border-color: #88C8F9;
}
</style>