Shades of Glacier #88BBC1
Tints of Glacier #88BBC1
RGB
CMYK
RGB Variations
Color information
#88BBC1 (or 0x88BBC1) is known color: Glacier. HEX triplet: 88, BB and C1. RGB value is (136,187,193). Sum of RGB (Red+Green+Blue) = 136+187+193=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #88BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBC1 is #77443E. Grayscale: #ACACAC. Windows color (decimal): -7816255 or 12696456. OLE color: 12696456.
HSL color Cylindrical-coordinate representation of color #88BBC1: hue angle of 186.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88BBC1 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 187 | 193 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.24 |
| HSL | 186.32º | 0.31% | 0.65% | - |
| HSV(B) | 186.32º | 0.3% | 0.76% | - |
| XYZ | 37.55 | 44.63 | 57.09 | - |
| YUV | 172.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 193 | 0.30 | 0.03 | 0 | 0.24 | 186.32 | 0.31 | 0.65 |
| Hex | 88 | BB | C1 | 1E | 3 | 0 | 18 | BA | 1F | 41 |
| Octal | 210 | 273 | 301 | 36 | 3 | 0 | 30 | 272 | 37 | 101 |
| Binary | 10001000 | 10111011 | 11000001 | 11110 | 11 | 0 | 11000 | 10111010 | 11111 | 1000001 |
Color Harmonies of #88BBC1
Complementary color
Monochromatic Colors of #88BBC1
Black with #88BBC1
Text Example
Text Example
White with #88BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BBC1; }
p { color: rgb(136,187,193); }
H1.HeaderClassName
{
color: #88BBC1;
}
.AnyTagClassName
{
color: #88BBC1;
}
</style>
background-color css
<style>
a { background-color: #88BBC1; }
a { background-color: rgb(136,187,193); }
div.DivClassName
{
background-color: #88BBC1;
}
.BgClassName
{
background-color: #88BBC1;
}
</style>
border-color css
<style>
span { border-color: #88BBC1; }
span { border-color: rgb(136,187,193); }
td.TdClassName
{
border-color: #88BBC1;
}
.TagClassName
{
border-color: #88BBC1;
}
</style>