Shades of Glacier #88BCBF
Tints of Glacier #88BCBF
RGB
CMYK
RGB Variations
Color information
#88BCBF (or 0x88BCBF) is known color: Glacier. HEX triplet: 88, BC and BF. RGB value is (136,188,191). Sum of RGB (Red+Green+Blue) = 136+188+191=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #88BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCBF is #774340. Grayscale: #ACACAC. Windows color (decimal): -7816001 or 12565640. OLE color: 12565640.
HSL color Cylindrical-coordinate representation of color #88BCBF: hue angle of 183.27º 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 #88BCBF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 188 | 191 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.25 |
| HSL | 183.27º | 0.3% | 0.64% | - |
| HSV(B) | 183.27º | 0.29% | 0.75% | - |
| XYZ | 37.54 | 44.96 | 55.99 | - |
| YUV | 172.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 191 | 0.29 | 0.02 | 0 | 0.25 | 183.27 | 0.3 | 0.64 |
| Hex | 88 | BC | BF | 1D | 2 | 0 | 19 | B7 | 1E | 40 |
| Octal | 210 | 274 | 277 | 35 | 2 | 0 | 31 | 267 | 36 | 100 |
| Binary | 10001000 | 10111100 | 10111111 | 11101 | 10 | 0 | 11001 | 10110111 | 11110 | 1000000 |
Color Harmonies of #88BCBF
Complementary color
Monochromatic Colors of #88BCBF
Black with #88BCBF
Text Example
Text Example
White with #88BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCBF; }
p { color: rgb(136,188,191); }
H1.HeaderClassName
{
color: #88BCBF;
}
.AnyTagClassName
{
color: #88BCBF;
}
</style>
background-color css
<style>
a { background-color: #88BCBF; }
a { background-color: rgb(136,188,191); }
div.DivClassName
{
background-color: #88BCBF;
}
.BgClassName
{
background-color: #88BCBF;
}
</style>
border-color css
<style>
span { border-color: #88BCBF; }
span { border-color: rgb(136,188,191); }
td.TdClassName
{
border-color: #88BCBF;
}
.TagClassName
{
border-color: #88BCBF;
}
</style>