Shades of Glacier #88B5C2
Tints of Glacier #88B5C2
RGB
CMYK
RGB Variations
Color information
#88B5C2 (or 0x88B5C2) is known color: Glacier. HEX triplet: 88, B5 and C2. RGB value is (136,181,194). Sum of RGB (Red+Green+Blue) = 136+181+194=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #88B5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5C2 is #774A3D. Grayscale: #A8A8A8. Windows color (decimal): -7817790 or 12760456. OLE color: 12760456.
HSL color Cylindrical-coordinate representation of color #88B5C2: hue angle of 193.45º degrees, saturation: 0.32, 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 #88B5C2 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 181 | 194 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.24 |
| HSL | 193.45º | 0.32% | 0.65% | - |
| HSV(B) | 193.45º | 0.3% | 0.76% | - |
| XYZ | 36.41 | 42.18 | 57.26 | - |
| YUV | 169.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 181 | 194 | 0.30 | 0.07 | 0 | 0.24 | 193.45 | 0.32 | 0.65 |
| Hex | 88 | B5 | C2 | 1E | 7 | 0 | 18 | C1 | 20 | 41 |
| Octal | 210 | 265 | 302 | 36 | 7 | 0 | 30 | 301 | 40 | 101 |
| Binary | 10001000 | 10110101 | 11000010 | 11110 | 111 | 0 | 11000 | 11000001 | 100000 | 1000001 |
Color Harmonies of #88B5C2
Complementary color
Monochromatic Colors of #88B5C2
Black with #88B5C2
Text Example
Text Example
White with #88B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B5C2; }
p { color: rgb(136,181,194); }
H1.HeaderClassName
{
color: #88B5C2;
}
.AnyTagClassName
{
color: #88B5C2;
}
</style>
background-color css
<style>
a { background-color: #88B5C2; }
a { background-color: rgb(136,181,194); }
div.DivClassName
{
background-color: #88B5C2;
}
.BgClassName
{
background-color: #88B5C2;
}
</style>
border-color css
<style>
span { border-color: #88B5C2; }
span { border-color: rgb(136,181,194); }
td.TdClassName
{
border-color: #88B5C2;
}
.TagClassName
{
border-color: #88B5C2;
}
</style>