Shades of Light Sky Blue #88DCFC
Tints of Light Sky Blue #88DCFC
RGB
CMYK
RGB Variations
Color information
#88DCFC (or 0x88DCFC) is known color: Light Sky Blue. HEX triplet: 88, DC and FC. RGB value is (136,220,252). Sum of RGB (Red+Green+Blue) = 136+220+252=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #88DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCFC is #772303. Grayscale: #C6C6C6. Windows color (decimal): -7807748 or 16571528. OLE color: 16571528.
HSL color Cylindrical-coordinate representation of color #88DCFC: hue angle of 196.55º 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 #88DCFC is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 220 | 252 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.01 |
| HSL | 196.55º | 0.95% | 0.76% | - |
| HSV(B) | 196.55º | 0.46% | 0.99% | - |
| XYZ | 53.32 | 63.45 | 101.53 | - |
| YUV | 198.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 252 | 0.46 | 0.13 | 0 | 0.01 | 196.55 | 0.95 | 0.76 |
| Hex | 88 | DC | FC | 2E | D | 0 | 1 | C5 | 5F | 4C |
| Octal | 210 | 334 | 374 | 56 | 15 | 0 | 1 | 305 | 137 | 114 |
| Binary | 10001000 | 11011100 | 11111100 | 101110 | 1101 | 0 | 1 | 11000101 | 1011111 | 1001100 |
Color Harmonies of #88DCFC
Complementary color
Monochromatic Colors of #88DCFC
Black with #88DCFC
Text Example
Text Example
White with #88DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCFC; }
p { color: rgb(136,220,252); }
H1.HeaderClassName
{
color: #88DCFC;
}
.AnyTagClassName
{
color: #88DCFC;
}
</style>
background-color css
<style>
a { background-color: #88DCFC; }
a { background-color: rgb(136,220,252); }
div.DivClassName
{
background-color: #88DCFC;
}
.BgClassName
{
background-color: #88DCFC;
}
</style>
border-color css
<style>
span { border-color: #88DCFC; }
span { border-color: rgb(136,220,252); }
td.TdClassName
{
border-color: #88DCFC;
}
.TagClassName
{
border-color: #88DCFC;
}
</style>