Shades of Light Sky Blue #88CFF6
Tints of Light Sky Blue #88CFF6
RGB
CMYK
RGB Variations
Color information
#88CFF6 (or 0x88CFF6) is known color: Light Sky Blue. HEX triplet: 88, CF and F6. RGB value is (136,207,246). Sum of RGB (Red+Green+Blue) = 136+207+246=589 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.09% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #88CFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFF6 is #773009. Grayscale: #BDBDBD. Windows color (decimal): -7811082 or 16174984. OLE color: 16174984.
HSL color Cylindrical-coordinate representation of color #88CFF6: hue angle of 201.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88CFF6 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 207 | 246 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.04 |
| HSL | 201.27º | 0.86% | 0.75% | - |
| HSV(B) | 201.27º | 0.45% | 0.96% | - |
| XYZ | 49.1 | 56.51 | 95.51 | - |
| YUV | 190.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 246 | 0.45 | 0.16 | 0 | 0.04 | 201.27 | 0.86 | 0.75 |
| Hex | 88 | CF | F6 | 2D | 10 | 0 | 4 | C9 | 56 | 4B |
| Octal | 210 | 317 | 366 | 55 | 20 | 0 | 4 | 311 | 126 | 113 |
| Binary | 10001000 | 11001111 | 11110110 | 101101 | 10000 | 0 | 100 | 11001001 | 1010110 | 1001011 |
Color Harmonies of #88CFF6
Complementary color
Monochromatic Colors of #88CFF6
Black with #88CFF6
Text Example
Text Example
White with #88CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFF6; }
p { color: rgb(136,207,246); }
H1.HeaderClassName
{
color: #88CFF6;
}
.AnyTagClassName
{
color: #88CFF6;
}
</style>
background-color css
<style>
a { background-color: #88CFF6; }
a { background-color: rgb(136,207,246); }
div.DivClassName
{
background-color: #88CFF6;
}
.BgClassName
{
background-color: #88CFF6;
}
</style>
border-color css
<style>
span { border-color: #88CFF6; }
span { border-color: rgb(136,207,246); }
td.TdClassName
{
border-color: #88CFF6;
}
.TagClassName
{
border-color: #88CFF6;
}
</style>