Shades of Glacier #80BABE
Tints of Glacier #80BABE
RGB
CMYK
RGB Variations
Color information
#80BABE (or 0x80BABE) is known color: Glacier. HEX triplet: 80, BA and BE. RGB value is (128,186,190). Sum of RGB (Red+Green+Blue) = 128+186+190=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #80BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BABE is #7F4541. Grayscale: #A9A9A9. Windows color (decimal): -8340802 or 12499584. OLE color: 12499584.
HSL color Cylindrical-coordinate representation of color #80BABE: hue angle of 183.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BABE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 186 | 190 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.25 |
| HSL | 183.87º | 0.32% | 0.62% | - |
| HSV(B) | 183.87º | 0.33% | 0.75% | - |
| XYZ | 35.76 | 43.42 | 55.21 | - |
| YUV | 169.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 190 | 0.33 | 0.02 | 0 | 0.25 | 183.87 | 0.32 | 0.62 |
| Hex | 80 | BA | BE | 21 | 2 | 0 | 19 | B8 | 20 | 3E |
| Octal | 200 | 272 | 276 | 41 | 2 | 0 | 31 | 270 | 40 | 76 |
| Binary | 10000000 | 10111010 | 10111110 | 100001 | 10 | 0 | 11001 | 10111000 | 100000 | 111110 |
Color Harmonies of #80BABE
Complementary color
Monochromatic Colors of #80BABE
Black with #80BABE
Text Example
Text Example
White with #80BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BABE; }
p { color: rgb(128,186,190); }
H1.HeaderClassName
{
color: #80BABE;
}
.AnyTagClassName
{
color: #80BABE;
}
</style>
background-color css
<style>
a { background-color: #80BABE; }
a { background-color: rgb(128,186,190); }
div.DivClassName
{
background-color: #80BABE;
}
.BgClassName
{
background-color: #80BABE;
}
</style>
border-color css
<style>
span { border-color: #80BABE; }
span { border-color: rgb(128,186,190); }
td.TdClassName
{
border-color: #80BABE;
}
.TagClassName
{
border-color: #80BABE;
}
</style>