Shades of Glacier #88BBC5
Tints of Glacier #88BBC5
RGB
CMYK
RGB Variations
Color information
#88BBC5 (or 0x88BBC5) is known color: Glacier. HEX triplet: 88, BB and C5. RGB value is (136,187,197). Sum of RGB (Red+Green+Blue) = 136+187+197=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #88BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBC5 is #77443A. Grayscale: #ACACAC. Windows color (decimal): -7816251 or 12958600. OLE color: 12958600.
HSL color Cylindrical-coordinate representation of color #88BBC5: hue angle of 189.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88BBC5 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 187 | 197 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.23 |
| HSL | 189.84º | 0.34% | 0.65% | - |
| HSV(B) | 189.84º | 0.31% | 0.77% | - |
| XYZ | 38 | 44.81 | 59.47 | - |
| YUV | 172.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 197 | 0.31 | 0.05 | 0 | 0.23 | 189.84 | 0.34 | 0.65 |
| Hex | 88 | BB | C5 | 1F | 5 | 0 | 17 | BE | 22 | 41 |
| Octal | 210 | 273 | 305 | 37 | 5 | 0 | 27 | 276 | 42 | 101 |
| Binary | 10001000 | 10111011 | 11000101 | 11111 | 101 | 0 | 10111 | 10111110 | 100010 | 1000001 |
Color Harmonies of #88BBC5
Complementary color
Monochromatic Colors of #88BBC5
Black with #88BBC5
Text Example
Text Example
White with #88BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBC5; }
p { color: rgb(136,187,197); }
H1.HeaderClassName
{
color: #88BBC5;
}
.AnyTagClassName
{
color: #88BBC5;
}
</style>
background-color css
<style>
a { background-color: #88BBC5; }
a { background-color: rgb(136,187,197); }
div.DivClassName
{
background-color: #88BBC5;
}
.BgClassName
{
background-color: #88BBC5;
}
</style>
border-color css
<style>
span { border-color: #88BBC5; }
span { border-color: rgb(136,187,197); }
td.TdClassName
{
border-color: #88BBC5;
}
.TagClassName
{
border-color: #88BBC5;
}
</style>