Shades of Light Sky Blue #88C2FB
Tints of Light Sky Blue #88C2FB
RGB
CMYK
RGB Variations
Color information
#88C2FB (or 0x88C2FB) is known color: Light Sky Blue. HEX triplet: 88, C2 and FB. RGB value is (136,194,251). Sum of RGB (Red+Green+Blue) = 136+194+251=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #88C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C2FB is #773D04. Grayscale: #B6B6B6. Windows color (decimal): -7814405 or 16499336. OLE color: 16499336.
HSL color Cylindrical-coordinate representation of color #88C2FB: hue angle of 209.74º degrees, saturation: 0.93, 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 #88C2FB is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 194 | 251 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.02 |
| HSL | 209.74º | 0.93% | 0.76% | - |
| HSV(B) | 209.74º | 0.46% | 0.98% | - |
| XYZ | 46.86 | 50.78 | 98.6 | - |
| YUV | 183.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 251 | 0.46 | 0.23 | 0 | 0.02 | 209.74 | 0.93 | 0.76 |
| Hex | 88 | C2 | FB | 2E | 17 | 0 | 2 | D2 | 5D | 4C |
| Octal | 210 | 302 | 373 | 56 | 27 | 0 | 2 | 322 | 135 | 114 |
| Binary | 10001000 | 11000010 | 11111011 | 101110 | 10111 | 0 | 10 | 11010010 | 1011101 | 1001100 |
Color Harmonies of #88C2FB
Complementary color
Monochromatic Colors of #88C2FB
Black with #88C2FB
Text Example
Text Example
White with #88C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2FB; }
p { color: rgb(136,194,251); }
H1.HeaderClassName
{
color: #88C2FB;
}
.AnyTagClassName
{
color: #88C2FB;
}
</style>
background-color css
<style>
a { background-color: #88C2FB; }
a { background-color: rgb(136,194,251); }
div.DivClassName
{
background-color: #88C2FB;
}
.BgClassName
{
background-color: #88C2FB;
}
</style>
border-color css
<style>
span { border-color: #88C2FB; }
span { border-color: rgb(136,194,251); }
td.TdClassName
{
border-color: #88C2FB;
}
.TagClassName
{
border-color: #88C2FB;
}
</style>