Shades of Light Sky Blue #88C6FC
Tints of Light Sky Blue #88C6FC
RGB
CMYK
RGB Variations
Color information
#88C6FC (or 0x88C6FC) is known color: Light Sky Blue. HEX triplet: 88, C6 and FC. RGB value is (136,198,252). Sum of RGB (Red+Green+Blue) = 136+198+252=586 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.21% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #88C6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C6FC is #773903. Grayscale: #B9B9B9. Windows color (decimal): -7813380 or 16565896. OLE color: 16565896.
HSL color Cylindrical-coordinate representation of color #88C6FC: hue angle of 207.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88C6FC is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 198 | 252 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.01 |
| HSL | 207.93º | 0.95% | 0.76% | - |
| HSV(B) | 207.93º | 0.46% | 0.99% | - |
| XYZ | 47.92 | 52.65 | 99.73 | - |
| YUV | 185.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 198 | 252 | 0.46 | 0.21 | 0 | 0.01 | 207.93 | 0.95 | 0.76 |
| Hex | 88 | C6 | FC | 2E | 15 | 0 | 1 | D0 | 5F | 4C |
| Octal | 210 | 306 | 374 | 56 | 25 | 0 | 1 | 320 | 137 | 114 |
| Binary | 10001000 | 11000110 | 11111100 | 101110 | 10101 | 0 | 1 | 11010000 | 1011111 | 1001100 |
Color Harmonies of #88C6FC
Complementary color
Monochromatic Colors of #88C6FC
Black with #88C6FC
Text Example
Text Example
White with #88C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C6FC; }
p { color: rgb(136,198,252); }
H1.HeaderClassName
{
color: #88C6FC;
}
.AnyTagClassName
{
color: #88C6FC;
}
</style>
background-color css
<style>
a { background-color: #88C6FC; }
a { background-color: rgb(136,198,252); }
div.DivClassName
{
background-color: #88C6FC;
}
.BgClassName
{
background-color: #88C6FC;
}
</style>
border-color css
<style>
span { border-color: #88C6FC; }
span { border-color: rgb(136,198,252); }
td.TdClassName
{
border-color: #88C6FC;
}
.TagClassName
{
border-color: #88C6FC;
}
</style>