Shades of Glacier #88B4BF
Tints of Glacier #88B4BF
RGB
CMYK
RGB Variations
Color information
#88B4BF (or 0x88B4BF) is known color: Glacier. HEX triplet: 88, B4 and BF. RGB value is (136,180,191). Sum of RGB (Red+Green+Blue) = 136+180+191=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #88B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4BF is #774B40. Grayscale: #A8A8A8. Windows color (decimal): -7818049 or 12563592. OLE color: 12563592.
HSL color Cylindrical-coordinate representation of color #88B4BF: hue angle of 192º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88B4BF is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 180 | 191 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.25 |
| HSL | 192º | 0.3% | 0.64% | - |
| HSV(B) | 192º | 0.29% | 0.75% | - |
| XYZ | 35.88 | 41.64 | 55.44 | - |
| YUV | 168.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 191 | 0.29 | 0.06 | 0 | 0.25 | 192 | 0.3 | 0.64 |
| Hex | 88 | B4 | BF | 1D | 6 | 0 | 19 | C0 | 1E | 40 |
| Octal | 210 | 264 | 277 | 35 | 6 | 0 | 31 | 300 | 36 | 100 |
| Binary | 10001000 | 10110100 | 10111111 | 11101 | 110 | 0 | 11001 | 11000000 | 11110 | 1000000 |
Color Harmonies of #88B4BF
Complementary color
Monochromatic Colors of #88B4BF
Black with #88B4BF
Text Example
Text Example
White with #88B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4BF; }
p { color: rgb(136,180,191); }
H1.HeaderClassName
{
color: #88B4BF;
}
.AnyTagClassName
{
color: #88B4BF;
}
</style>
background-color css
<style>
a { background-color: #88B4BF; }
a { background-color: rgb(136,180,191); }
div.DivClassName
{
background-color: #88B4BF;
}
.BgClassName
{
background-color: #88B4BF;
}
</style>
border-color css
<style>
span { border-color: #88B4BF; }
span { border-color: rgb(136,180,191); }
td.TdClassName
{
border-color: #88B4BF;
}
.TagClassName
{
border-color: #88B4BF;
}
</style>