Shades of Light Sky Blue #88CFFE
Tints of Light Sky Blue #88CFFE
RGB
CMYK
RGB Variations
Color information
#88CFFE (or 0x88CFFE) is known color: Light Sky Blue. HEX triplet: 88, CF and FE. RGB value is (136,207,254). Sum of RGB (Red+Green+Blue) = 136+207+254=597 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.78% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #88CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFFE is #773001. Grayscale: #BEBEBE. Windows color (decimal): -7811074 or 16699272. OLE color: 16699272.
HSL color Cylindrical-coordinate representation of color #88CFFE: hue angle of 203.9º 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 #88CFFE is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 207 | 254 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.00 |
| HSL | 203.9º | 0.98% | 0.76% | - |
| HSV(B) | 203.9º | 0.46% | 1% | - |
| XYZ | 50.36 | 57.02 | 102.12 | - |
| YUV | 191.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 254 | 0.46 | 0.19 | 0 | 0.00 | 203.9 | 0.98 | 0.76 |
| Hex | 88 | CF | FE | 2E | 13 | 0 | 0 | CC | 62 | 4C |
| Octal | 210 | 317 | 376 | 56 | 23 | 0 | 0 | 314 | 142 | 114 |
| Binary | 10001000 | 11001111 | 11111110 | 101110 | 10011 | 0 | 0 | 11001100 | 1100010 | 1001100 |
Color Harmonies of #88CFFE
Complementary color
Monochromatic Colors of #88CFFE
Black with #88CFFE
Text Example
Text Example
White with #88CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFFE; }
p { color: rgb(136,207,254); }
H1.HeaderClassName
{
color: #88CFFE;
}
.AnyTagClassName
{
color: #88CFFE;
}
</style>
background-color css
<style>
a { background-color: #88CFFE; }
a { background-color: rgb(136,207,254); }
div.DivClassName
{
background-color: #88CFFE;
}
.BgClassName
{
background-color: #88CFFE;
}
</style>
border-color css
<style>
span { border-color: #88CFFE; }
span { border-color: rgb(136,207,254); }
td.TdClassName
{
border-color: #88CFFE;
}
.TagClassName
{
border-color: #88CFFE;
}
</style>