Shades of Glacier #88BBBE
Tints of Glacier #88BBBE
RGB
CMYK
RGB Variations
Color information
#88BBBE (or 0x88BBBE) is known color: Glacier. HEX triplet: 88, BB and BE. RGB value is (136,187,190). Sum of RGB (Red+Green+Blue) = 136+187+190=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #88BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBBE is #774441. Grayscale: #ACACAC. Windows color (decimal): -7816258 or 12499848. OLE color: 12499848.
HSL color Cylindrical-coordinate representation of color #88BBBE: hue angle of 183.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BBBE is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 187 | 190 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.25 |
| HSL | 183.33º | 0.29% | 0.64% | - |
| HSV(B) | 183.33º | 0.28% | 0.75% | - |
| XYZ | 37.22 | 44.49 | 55.34 | - |
| YUV | 172.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 190 | 0.28 | 0.02 | 0 | 0.25 | 183.33 | 0.29 | 0.64 |
| Hex | 88 | BB | BE | 1C | 2 | 0 | 19 | B7 | 1D | 40 |
| Octal | 210 | 273 | 276 | 34 | 2 | 0 | 31 | 267 | 35 | 100 |
| Binary | 10001000 | 10111011 | 10111110 | 11100 | 10 | 0 | 11001 | 10110111 | 11101 | 1000000 |
Color Harmonies of #88BBBE
Complementary color
Monochromatic Colors of #88BBBE
Black with #88BBBE
Text Example
Text Example
White with #88BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBBE; }
p { color: rgb(136,187,190); }
H1.HeaderClassName
{
color: #88BBBE;
}
.AnyTagClassName
{
color: #88BBBE;
}
</style>
background-color css
<style>
a { background-color: #88BBBE; }
a { background-color: rgb(136,187,190); }
div.DivClassName
{
background-color: #88BBBE;
}
.BgClassName
{
background-color: #88BBBE;
}
</style>
border-color css
<style>
span { border-color: #88BBBE; }
span { border-color: rgb(136,187,190); }
td.TdClassName
{
border-color: #88BBBE;
}
.TagClassName
{
border-color: #88BBBE;
}
</style>