Shades of Glacier #80BCBF
Tints of Glacier #80BCBF
RGB
CMYK
RGB Variations
Color information
#80BCBF (or 0x80BCBF) is known color: Glacier. HEX triplet: 80, BC and BF. RGB value is (128,188,191). Sum of RGB (Red+Green+Blue) = 128+188+191=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCBF is #7F4340. Grayscale: #AAAAAA. Windows color (decimal): -8340289 or 12565632. OLE color: 12565632.
HSL color Cylindrical-coordinate representation of color #80BCBF: hue angle of 182.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BCBF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 188 | 191 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.25 |
| HSL | 182.86º | 0.33% | 0.63% | - |
| HSV(B) | 182.86º | 0.33% | 0.75% | - |
| XYZ | 36.29 | 44.32 | 55.93 | - |
| YUV | 170.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 191 | 0.33 | 0.02 | 0 | 0.25 | 182.86 | 0.33 | 0.63 |
| Hex | 80 | BC | BF | 21 | 2 | 0 | 19 | B7 | 21 | 3F |
| Octal | 200 | 274 | 277 | 41 | 2 | 0 | 31 | 267 | 41 | 77 |
| Binary | 10000000 | 10111100 | 10111111 | 100001 | 10 | 0 | 11001 | 10110111 | 100001 | 111111 |
Color Harmonies of #80BCBF
Complementary color
Monochromatic Colors of #80BCBF
Black with #80BCBF
Text Example
Text Example
White with #80BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCBF; }
p { color: rgb(128,188,191); }
H1.HeaderClassName
{
color: #80BCBF;
}
.AnyTagClassName
{
color: #80BCBF;
}
</style>
background-color css
<style>
a { background-color: #80BCBF; }
a { background-color: rgb(128,188,191); }
div.DivClassName
{
background-color: #80BCBF;
}
.BgClassName
{
background-color: #80BCBF;
}
</style>
border-color css
<style>
span { border-color: #80BCBF; }
span { border-color: rgb(128,188,191); }
td.TdClassName
{
border-color: #80BCBF;
}
.TagClassName
{
border-color: #80BCBF;
}
</style>