Shades of Light Sky Blue #88BBFF
Tints of Light Sky Blue #88BBFF
RGB
CMYK
RGB Variations
Color information
#88BBFF (or 0x88BBFF) is known color: Light Sky Blue. HEX triplet: 88, BB and FF. RGB value is (136,187,255). Sum of RGB (Red+Green+Blue) = 136+187+255=578 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.53% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #88BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBFF is #774400. Grayscale: #B3B3B3. Windows color (decimal): -7816193 or 16759688. OLE color: 16759688.
HSL color Cylindrical-coordinate representation of color #88BBFF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88BBFF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 187 | 255 | - |
| CMYK | 0.47 | 0.27 | 0 | 0 |
| HSL | 214.29º | 1% | 0.77% | - |
| HSV(B) | 214.29º | 0.47% | 1% | - |
| XYZ | 45.97 | 47.99 | 101.45 | - |
| YUV | 179.5 | 170.6 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 255 | 0.47 | 0.27 | 0 | 0 | 214.29 | 1 | 0.77 |
| Hex | 88 | BB | FF | 2F | 1B | 0 | 0 | D6 | 64 | 4D |
| Octal | 210 | 273 | 377 | 57 | 33 | 0 | 0 | 326 | 144 | 115 |
| Binary | 10001000 | 10111011 | 11111111 | 101111 | 11011 | 0 | 0 | 11010110 | 1100100 | 1001101 |
Color Harmonies of #88BBFF
Complementary color
Monochromatic Colors of #88BBFF
Black with #88BBFF
Text Example
Text Example
White with #88BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBFF; }
p { color: rgb(136,187,255); }
H1.HeaderClassName
{
color: #88BBFF;
}
.AnyTagClassName
{
color: #88BBFF;
}
</style>
background-color css
<style>
a { background-color: #88BBFF; }
a { background-color: rgb(136,187,255); }
div.DivClassName
{
background-color: #88BBFF;
}
.BgClassName
{
background-color: #88BBFF;
}
</style>
border-color css
<style>
span { border-color: #88BBFF; }
span { border-color: rgb(136,187,255); }
td.TdClassName
{
border-color: #88BBFF;
}
.TagClassName
{
border-color: #88BBFF;
}
</style>