Shades of Light Sky Blue #88C2FA
Tints of Light Sky Blue #88C2FA
RGB
CMYK
RGB Variations
Color information
#88C2FA (or 0x88C2FA) is known color: Light Sky Blue. HEX triplet: 88, C2 and FA. RGB value is (136,194,250). Sum of RGB (Red+Green+Blue) = 136+194+250=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #88C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C2FA is #773D05. Grayscale: #B6B6B6. Windows color (decimal): -7814406 or 16433800. OLE color: 16433800.
HSL color Cylindrical-coordinate representation of color #88C2FA: hue angle of 209.47º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88C2FA is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 194 | 250 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.02 |
| HSL | 209.47º | 0.92% | 0.76% | - |
| HSV(B) | 209.47º | 0.46% | 0.98% | - |
| XYZ | 46.7 | 50.72 | 97.77 | - |
| YUV | 183.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 250 | 0.46 | 0.22 | 0 | 0.02 | 209.47 | 0.92 | 0.76 |
| Hex | 88 | C2 | FA | 2E | 16 | 0 | 2 | D1 | 5C | 4C |
| Octal | 210 | 302 | 372 | 56 | 26 | 0 | 2 | 321 | 134 | 114 |
| Binary | 10001000 | 11000010 | 11111010 | 101110 | 10110 | 0 | 10 | 11010001 | 1011100 | 1001100 |
Color Harmonies of #88C2FA
Complementary color
Monochromatic Colors of #88C2FA
Black with #88C2FA
Text Example
Text Example
White with #88C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2FA; }
p { color: rgb(136,194,250); }
H1.HeaderClassName
{
color: #88C2FA;
}
.AnyTagClassName
{
color: #88C2FA;
}
</style>
background-color css
<style>
a { background-color: #88C2FA; }
a { background-color: rgb(136,194,250); }
div.DivClassName
{
background-color: #88C2FA;
}
.BgClassName
{
background-color: #88C2FA;
}
</style>
border-color css
<style>
span { border-color: #88C2FA; }
span { border-color: rgb(136,194,250); }
td.TdClassName
{
border-color: #88C2FA;
}
.TagClassName
{
border-color: #88C2FA;
}
</style>