Shades of Light Sky Blue #88C0FC
Tints of Light Sky Blue #88C0FC
RGB
CMYK
RGB Variations
Color information
#88C0FC (or 0x88C0FC) is known color: Light Sky Blue. HEX triplet: 88, C0 and FC. RGB value is (136,192,252). Sum of RGB (Red+Green+Blue) = 136+192+252=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #88C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C0FC is #773F03. Grayscale: #B5B5B5. Windows color (decimal): -7814916 or 16564360. OLE color: 16564360.
HSL color Cylindrical-coordinate representation of color #88C0FC: hue angle of 211.03º 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 #88C0FC is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 192 | 252 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.01 |
| HSL | 211.03º | 0.95% | 0.76% | - |
| HSV(B) | 211.03º | 0.46% | 0.99% | - |
| XYZ | 46.57 | 49.96 | 99.28 | - |
| YUV | 182.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 252 | 0.46 | 0.24 | 0 | 0.01 | 211.03 | 0.95 | 0.76 |
| Hex | 88 | C0 | FC | 2E | 18 | 0 | 1 | D3 | 5F | 4C |
| Octal | 210 | 300 | 374 | 56 | 30 | 0 | 1 | 323 | 137 | 114 |
| Binary | 10001000 | 11000000 | 11111100 | 101110 | 11000 | 0 | 1 | 11010011 | 1011111 | 1001100 |
Color Harmonies of #88C0FC
Complementary color
Monochromatic Colors of #88C0FC
Black with #88C0FC
Text Example
Text Example
White with #88C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0FC; }
p { color: rgb(136,192,252); }
H1.HeaderClassName
{
color: #88C0FC;
}
.AnyTagClassName
{
color: #88C0FC;
}
</style>
background-color css
<style>
a { background-color: #88C0FC; }
a { background-color: rgb(136,192,252); }
div.DivClassName
{
background-color: #88C0FC;
}
.BgClassName
{
background-color: #88C0FC;
}
</style>
border-color css
<style>
span { border-color: #88C0FC; }
span { border-color: rgb(136,192,252); }
td.TdClassName
{
border-color: #88C0FC;
}
.TagClassName
{
border-color: #88C0FC;
}
</style>