Shades of Light Sky Blue #88BBEF
Tints of Light Sky Blue #88BBEF
RGB
CMYK
RGB Variations
Color information
#88BBEF (or 0x88BBEF) is known color: Light Sky Blue. HEX triplet: 88, BB and EF. RGB value is (136,187,239). Sum of RGB (Red+Green+Blue) = 136+187+239=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #88BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBEF is #774410. Grayscale: #B1B1B1. Windows color (decimal): -7816209 or 15711112. OLE color: 15711112.
HSL color Cylindrical-coordinate representation of color #88BBEF: hue angle of 210.29º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88BBEF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 187 | 239 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.06 |
| HSL | 210.29º | 0.76% | 0.74% | - |
| HSV(B) | 210.29º | 0.43% | 0.94% | - |
| XYZ | 43.5 | 47.01 | 88.44 | - |
| YUV | 177.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 239 | 0.43 | 0.22 | 0 | 0.06 | 210.29 | 0.76 | 0.74 |
| Hex | 88 | BB | EF | 2B | 16 | 0 | 6 | D2 | 4C | 4A |
| Octal | 210 | 273 | 357 | 53 | 26 | 0 | 6 | 322 | 114 | 112 |
| Binary | 10001000 | 10111011 | 11101111 | 101011 | 10110 | 0 | 110 | 11010010 | 1001100 | 1001010 |
Color Harmonies of #88BBEF
Complementary color
Monochromatic Colors of #88BBEF
Black with #88BBEF
Text Example
Text Example
White with #88BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBEF; }
p { color: rgb(136,187,239); }
H1.HeaderClassName
{
color: #88BBEF;
}
.AnyTagClassName
{
color: #88BBEF;
}
</style>
background-color css
<style>
a { background-color: #88BBEF; }
a { background-color: rgb(136,187,239); }
div.DivClassName
{
background-color: #88BBEF;
}
.BgClassName
{
background-color: #88BBEF;
}
</style>
border-color css
<style>
span { border-color: #88BBEF; }
span { border-color: rgb(136,187,239); }
td.TdClassName
{
border-color: #88BBEF;
}
.TagClassName
{
border-color: #88BBEF;
}
</style>