Shades of Glacier #80BEC2
Tints of Glacier #80BEC2
RGB
CMYK
RGB Variations
Color information
#80BEC2 (or 0x80BEC2) is known color: Glacier. HEX triplet: 80, BE and C2. RGB value is (128,190,194). Sum of RGB (Red+Green+Blue) = 128+190+194=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #80BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEC2 is #7F413D. Grayscale: #ABABAB. Windows color (decimal): -8339774 or 12762752. OLE color: 12762752.
HSL color Cylindrical-coordinate representation of color #80BEC2: hue angle of 183.64º degrees, saturation: 0.35, 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 #80BEC2 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 190 | 194 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.24 |
| HSL | 183.64º | 0.35% | 0.63% | - |
| HSV(B) | 183.64º | 0.34% | 0.76% | - |
| XYZ | 37.05 | 45.31 | 57.83 | - |
| YUV | 171.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 194 | 0.34 | 0.02 | 0 | 0.24 | 183.64 | 0.35 | 0.63 |
| Hex | 80 | BE | C2 | 22 | 2 | 0 | 18 | B8 | 23 | 3F |
| Octal | 200 | 276 | 302 | 42 | 2 | 0 | 30 | 270 | 43 | 77 |
| Binary | 10000000 | 10111110 | 11000010 | 100010 | 10 | 0 | 11000 | 10111000 | 100011 | 111111 |
Color Harmonies of #80BEC2
Complementary color
Monochromatic Colors of #80BEC2
Black with #80BEC2
Text Example
Text Example
White with #80BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEC2; }
p { color: rgb(128,190,194); }
H1.HeaderClassName
{
color: #80BEC2;
}
.AnyTagClassName
{
color: #80BEC2;
}
</style>
background-color css
<style>
a { background-color: #80BEC2; }
a { background-color: rgb(128,190,194); }
div.DivClassName
{
background-color: #80BEC2;
}
.BgClassName
{
background-color: #80BEC2;
}
</style>
border-color css
<style>
span { border-color: #80BEC2; }
span { border-color: rgb(128,190,194); }
td.TdClassName
{
border-color: #80BEC2;
}
.TagClassName
{
border-color: #80BEC2;
}
</style>