Shades of Glacier #88BEBF
Tints of Glacier #88BEBF
RGB
CMYK
RGB Variations
Color information
#88BEBF (or 0x88BEBF) is known color: Glacier. HEX triplet: 88, BE and BF. RGB value is (136,190,191). Sum of RGB (Red+Green+Blue) = 136+190+191=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #88BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEBF is #774140. Grayscale: #ADADAD. Windows color (decimal): -7815489 or 12566152. OLE color: 12566152.
HSL color Cylindrical-coordinate representation of color #88BEBF: hue angle of 181.09º 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 #88BEBF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 191 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.25 |
| HSL | 181.09º | 0.3% | 0.64% | - |
| HSV(B) | 181.09º | 0.29% | 0.75% | - |
| XYZ | 37.97 | 45.82 | 56.13 | - |
| YUV | 173.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 191 | 0.29 | 0.01 | 0 | 0.25 | 181.09 | 0.3 | 0.64 |
| Hex | 88 | BE | BF | 1D | 1 | 0 | 19 | B5 | 1E | 40 |
| Octal | 210 | 276 | 277 | 35 | 1 | 0 | 31 | 265 | 36 | 100 |
| Binary | 10001000 | 10111110 | 10111111 | 11101 | 1 | 0 | 11001 | 10110101 | 11110 | 1000000 |
Color Harmonies of #88BEBF
Complementary color
Monochromatic Colors of #88BEBF
Black with #88BEBF
Text Example
Text Example
White with #88BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BEBF; }
p { color: rgb(136,190,191); }
H1.HeaderClassName
{
color: #88BEBF;
}
.AnyTagClassName
{
color: #88BEBF;
}
</style>
background-color css
<style>
a { background-color: #88BEBF; }
a { background-color: rgb(136,190,191); }
div.DivClassName
{
background-color: #88BEBF;
}
.BgClassName
{
background-color: #88BEBF;
}
</style>
border-color css
<style>
span { border-color: #88BEBF; }
span { border-color: rgb(136,190,191); }
td.TdClassName
{
border-color: #88BEBF;
}
.TagClassName
{
border-color: #88BEBF;
}
</style>