Shades of Light Sky Blue #88CFFF
Tints of Light Sky Blue #88CFFF
RGB
CMYK
RGB Variations
Color information
#88CFFF (or 0x88CFFF) is known color: Light Sky Blue. HEX triplet: 88, CF and FF. RGB value is (136,207,255). Sum of RGB (Red+Green+Blue) = 136+207+255=598 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.74% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #88CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFFF is #773000. Grayscale: #BEBEBE. Windows color (decimal): -7811073 or 16764808. OLE color: 16764808.
HSL color Cylindrical-coordinate representation of color #88CFFF: hue angle of 204.2º 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 #88CFFF is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 207 | 255 | - |
| CMYK | 0.47 | 0.19 | 0 | 0 |
| HSL | 204.2º | 1% | 0.77% | - |
| HSV(B) | 204.2º | 0.47% | 1% | - |
| XYZ | 50.52 | 57.08 | 102.96 | - |
| YUV | 191.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 255 | 0.47 | 0.19 | 0 | 0 | 204.2 | 1 | 0.77 |
| Hex | 88 | CF | FF | 2F | 13 | 0 | 0 | CC | 64 | 4D |
| Octal | 210 | 317 | 377 | 57 | 23 | 0 | 0 | 314 | 144 | 115 |
| Binary | 10001000 | 11001111 | 11111111 | 101111 | 10011 | 0 | 0 | 11001100 | 1100100 | 1001101 |
Color Harmonies of #88CFFF
Complementary color
Monochromatic Colors of #88CFFF
Black with #88CFFF
Text Example
Text Example
White with #88CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFFF; }
p { color: rgb(136,207,255); }
H1.HeaderClassName
{
color: #88CFFF;
}
.AnyTagClassName
{
color: #88CFFF;
}
</style>
background-color css
<style>
a { background-color: #88CFFF; }
a { background-color: rgb(136,207,255); }
div.DivClassName
{
background-color: #88CFFF;
}
.BgClassName
{
background-color: #88CFFF;
}
</style>
border-color css
<style>
span { border-color: #88CFFF; }
span { border-color: rgb(136,207,255); }
td.TdClassName
{
border-color: #88CFFF;
}
.TagClassName
{
border-color: #88CFFF;
}
</style>