Shades of Light Sky Blue #88D2FA
Tints of Light Sky Blue #88D2FA
RGB
CMYK
RGB Variations
Color information
#88D2FA (or 0x88D2FA) is known color: Light Sky Blue. HEX triplet: 88, D2 and FA. RGB value is (136,210,250). Sum of RGB (Red+Green+Blue) = 136+210+250=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #88D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D2FA is #772D05. Grayscale: #C0C0C0. Windows color (decimal): -7810310 or 16437896. OLE color: 16437896.
HSL color Cylindrical-coordinate representation of color #88D2FA: hue angle of 201.05º 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 #88D2FA is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 210 | 250 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.02 |
| HSL | 201.05º | 0.92% | 0.76% | - |
| HSV(B) | 201.05º | 0.46% | 0.98% | - |
| XYZ | 50.46 | 58.23 | 99.02 | - |
| YUV | 192.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 250 | 0.46 | 0.16 | 0 | 0.02 | 201.05 | 0.92 | 0.76 |
| Hex | 88 | D2 | FA | 2E | 10 | 0 | 2 | C9 | 5C | 4C |
| Octal | 210 | 322 | 372 | 56 | 20 | 0 | 2 | 311 | 134 | 114 |
| Binary | 10001000 | 11010010 | 11111010 | 101110 | 10000 | 0 | 10 | 11001001 | 1011100 | 1001100 |
Color Harmonies of #88D2FA
Complementary color
Monochromatic Colors of #88D2FA
Black with #88D2FA
Text Example
Text Example
White with #88D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2FA; }
p { color: rgb(136,210,250); }
H1.HeaderClassName
{
color: #88D2FA;
}
.AnyTagClassName
{
color: #88D2FA;
}
</style>
background-color css
<style>
a { background-color: #88D2FA; }
a { background-color: rgb(136,210,250); }
div.DivClassName
{
background-color: #88D2FA;
}
.BgClassName
{
background-color: #88D2FA;
}
</style>
border-color css
<style>
span { border-color: #88D2FA; }
span { border-color: rgb(136,210,250); }
td.TdClassName
{
border-color: #88D2FA;
}
.TagClassName
{
border-color: #88D2FA;
}
</style>