Shades of Light Sky Blue #88BBF5
Tints of Light Sky Blue #88BBF5
RGB
CMYK
RGB Variations
Color information
#88BBF5 (or 0x88BBF5) is known color: Light Sky Blue. HEX triplet: 88, BB and F5. RGB value is (136,187,245). Sum of RGB (Red+Green+Blue) = 136+187+245=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #88BBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BBF5 is #77440A. Grayscale: #B2B2B2. Windows color (decimal): -7816203 or 16104328. OLE color: 16104328.
HSL color Cylindrical-coordinate representation of color #88BBF5: hue angle of 211.93º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88BBF5 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 187 | 245 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.04 |
| HSL | 211.93º | 0.84% | 0.75% | - |
| HSV(B) | 211.93º | 0.44% | 0.96% | - |
| XYZ | 44.41 | 47.37 | 93.19 | - |
| YUV | 178.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 245 | 0.44 | 0.24 | 0 | 0.04 | 211.93 | 0.84 | 0.75 |
| Hex | 88 | BB | F5 | 2C | 18 | 0 | 4 | D4 | 54 | 4B |
| Octal | 210 | 273 | 365 | 54 | 30 | 0 | 4 | 324 | 124 | 113 |
| Binary | 10001000 | 10111011 | 11110101 | 101100 | 11000 | 0 | 100 | 11010100 | 1010100 | 1001011 |
Color Harmonies of #88BBF5
Complementary color
Monochromatic Colors of #88BBF5
Black with #88BBF5
Text Example
Text Example
White with #88BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBF5; }
p { color: rgb(136,187,245); }
H1.HeaderClassName
{
color: #88BBF5;
}
.AnyTagClassName
{
color: #88BBF5;
}
</style>
background-color css
<style>
a { background-color: #88BBF5; }
a { background-color: rgb(136,187,245); }
div.DivClassName
{
background-color: #88BBF5;
}
.BgClassName
{
background-color: #88BBF5;
}
</style>
border-color css
<style>
span { border-color: #88BBF5; }
span { border-color: rgb(136,187,245); }
td.TdClassName
{
border-color: #88BBF5;
}
.TagClassName
{
border-color: #88BBF5;
}
</style>