Shades of Glacier #88B8C3
Tints of Glacier #88B8C3
RGB
CMYK
RGB Variations
Color information
#88B8C3 (or 0x88B8C3) is known color: Glacier. HEX triplet: 88, B8 and C3. RGB value is (136,184,195). Sum of RGB (Red+Green+Blue) = 136+184+195=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #88B8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B8C3 is #77473C. Grayscale: #AAAAAA. Windows color (decimal): -7817021 or 12826760. OLE color: 12826760.
HSL color Cylindrical-coordinate representation of color #88B8C3: hue angle of 191.19º degrees, saturation: 0.33, 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 #88B8C3 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 184 | 195 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.24 |
| HSL | 191.19º | 0.33% | 0.65% | - |
| HSV(B) | 191.19º | 0.3% | 0.76% | - |
| XYZ | 37.14 | 43.46 | 58.06 | - |
| YUV | 170.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 195 | 0.30 | 0.06 | 0 | 0.24 | 191.19 | 0.33 | 0.65 |
| Hex | 88 | B8 | C3 | 1E | 6 | 0 | 18 | BF | 21 | 41 |
| Octal | 210 | 270 | 303 | 36 | 6 | 0 | 30 | 277 | 41 | 101 |
| Binary | 10001000 | 10111000 | 11000011 | 11110 | 110 | 0 | 11000 | 10111111 | 100001 | 1000001 |
Color Harmonies of #88B8C3
Complementary color
Monochromatic Colors of #88B8C3
Black with #88B8C3
Text Example
Text Example
White with #88B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B8C3; }
p { color: rgb(136,184,195); }
H1.HeaderClassName
{
color: #88B8C3;
}
.AnyTagClassName
{
color: #88B8C3;
}
</style>
background-color css
<style>
a { background-color: #88B8C3; }
a { background-color: rgb(136,184,195); }
div.DivClassName
{
background-color: #88B8C3;
}
.BgClassName
{
background-color: #88B8C3;
}
</style>
border-color css
<style>
span { border-color: #88B8C3; }
span { border-color: rgb(136,184,195); }
td.TdClassName
{
border-color: #88B8C3;
}
.TagClassName
{
border-color: #88B8C3;
}
</style>