Shades of Glacier #80BBC3
Tints of Glacier #80BBC3
RGB
CMYK
RGB Variations
Color information
#80BBC3 (or 0x80BBC3) is known color: Glacier. HEX triplet: 80, BB and C3. RGB value is (128,187,195). Sum of RGB (Red+Green+Blue) = 128+187+195=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #80BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBC3 is #7F443C. Grayscale: #AAAAAA. Windows color (decimal): -8340541 or 12827520. OLE color: 12827520.
HSL color Cylindrical-coordinate representation of color #80BBC3: hue angle of 187.16º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80BBC3 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 187 | 195 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.24 |
| HSL | 187.16º | 0.36% | 0.63% | - |
| HSV(B) | 187.16º | 0.34% | 0.76% | - |
| XYZ | 36.52 | 44.07 | 58.21 | - |
| YUV | 170.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 195 | 0.34 | 0.04 | 0 | 0.24 | 187.16 | 0.36 | 0.63 |
| Hex | 80 | BB | C3 | 22 | 4 | 0 | 18 | BB | 24 | 3F |
| Octal | 200 | 273 | 303 | 42 | 4 | 0 | 30 | 273 | 44 | 77 |
| Binary | 10000000 | 10111011 | 11000011 | 100010 | 100 | 0 | 11000 | 10111011 | 100100 | 111111 |
Color Harmonies of #80BBC3
Complementary color
Monochromatic Colors of #80BBC3
Black with #80BBC3
Text Example
Text Example
White with #80BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBC3; }
p { color: rgb(128,187,195); }
H1.HeaderClassName
{
color: #80BBC3;
}
.AnyTagClassName
{
color: #80BBC3;
}
</style>
background-color css
<style>
a { background-color: #80BBC3; }
a { background-color: rgb(128,187,195); }
div.DivClassName
{
background-color: #80BBC3;
}
.BgClassName
{
background-color: #80BBC3;
}
</style>
border-color css
<style>
span { border-color: #80BBC3; }
span { border-color: rgb(128,187,195); }
td.TdClassName
{
border-color: #80BBC3;
}
.TagClassName
{
border-color: #80BBC3;
}
</style>