Shades of Glacier #7ABCBE
Tints of Glacier #7ABCBE
RGB
CMYK
RGB Variations
Color information
#7ABCBE (or 0x7ABCBE) is known color: Glacier. HEX triplet: 7A, BC and BE. RGB value is (122,188,190). Sum of RGB (Red+Green+Blue) = 122+188+190=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #7ABCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBE is #854341. Grayscale: #A8A8A8. Windows color (decimal): -8733506 or 12500090. OLE color: 12500090.
HSL color Cylindrical-coordinate representation of color #7ABCBE: hue angle of 181.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABCBE is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 188 | 190 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.25 |
| HSL | 181.76º | 0.34% | 0.61% | - |
| HSV(B) | 181.76º | 0.36% | 0.75% | - |
| XYZ | 35.3 | 43.82 | 55.31 | - |
| YUV | 168.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 190 | 0.36 | 0.01 | 0 | 0.25 | 181.76 | 0.34 | 0.61 |
| Hex | 7A | BC | BE | 24 | 1 | 0 | 19 | B6 | 22 | 3D |
| Octal | 172 | 274 | 276 | 44 | 1 | 0 | 31 | 266 | 42 | 75 |
| Binary | 1111010 | 10111100 | 10111110 | 100100 | 1 | 0 | 11001 | 10110110 | 100010 | 111101 |
Color Harmonies of #7ABCBE
Complementary color
Monochromatic Colors of #7ABCBE
Black with #7ABCBE
Text Example
Text Example
White with #7ABCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCBE; }
p { color: rgb(122,188,190); }
H1.HeaderClassName
{
color: #7ABCBE;
}
.AnyTagClassName
{
color: #7ABCBE;
}
</style>
background-color css
<style>
a { background-color: #7ABCBE; }
a { background-color: rgb(122,188,190); }
div.DivClassName
{
background-color: #7ABCBE;
}
.BgClassName
{
background-color: #7ABCBE;
}
</style>
border-color css
<style>
span { border-color: #7ABCBE; }
span { border-color: rgb(122,188,190); }
td.TdClassName
{
border-color: #7ABCBE;
}
.TagClassName
{
border-color: #7ABCBE;
}
</style>