Shades of Glacier #88BCC1
Tints of Glacier #88BCC1
RGB
CMYK
RGB Variations
Color information
#88BCC1 (or 0x88BCC1) is known color: Glacier. HEX triplet: 88, BC and C1. RGB value is (136,188,193). Sum of RGB (Red+Green+Blue) = 136+188+193=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #88BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCC1 is #77433E. Grayscale: #ACACAC. Windows color (decimal): -7815999 or 12696712. OLE color: 12696712.
HSL color Cylindrical-coordinate representation of color #88BCC1: hue angle of 185.26º degrees, saturation: 0.31, 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 #88BCC1 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 188 | 193 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.24 |
| HSL | 185.26º | 0.31% | 0.65% | - |
| HSV(B) | 185.26º | 0.3% | 0.76% | - |
| XYZ | 37.76 | 45.05 | 57.16 | - |
| YUV | 173.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 193 | 0.30 | 0.03 | 0 | 0.24 | 185.26 | 0.31 | 0.65 |
| Hex | 88 | BC | C1 | 1E | 3 | 0 | 18 | B9 | 1F | 41 |
| Octal | 210 | 274 | 301 | 36 | 3 | 0 | 30 | 271 | 37 | 101 |
| Binary | 10001000 | 10111100 | 11000001 | 11110 | 11 | 0 | 11000 | 10111001 | 11111 | 1000001 |
Color Harmonies of #88BCC1
Complementary color
Monochromatic Colors of #88BCC1
Black with #88BCC1
Text Example
Text Example
White with #88BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BCC1; }
p { color: rgb(136,188,193); }
H1.HeaderClassName
{
color: #88BCC1;
}
.AnyTagClassName
{
color: #88BCC1;
}
</style>
background-color css
<style>
a { background-color: #88BCC1; }
a { background-color: rgb(136,188,193); }
div.DivClassName
{
background-color: #88BCC1;
}
.BgClassName
{
background-color: #88BCC1;
}
</style>
border-color css
<style>
span { border-color: #88BCC1; }
span { border-color: rgb(136,188,193); }
td.TdClassName
{
border-color: #88BCC1;
}
.TagClassName
{
border-color: #88BCC1;
}
</style>