Shades of Glacier #7ABCC2
Tints of Glacier #7ABCC2
RGB
CMYK
RGB Variations
Color information
#7ABCC2 (or 0x7ABCC2) is known color: Glacier. HEX triplet: 7A, BC and C2. RGB value is (122,188,194). Sum of RGB (Red+Green+Blue) = 122+188+194=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #7ABCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCC2 is #85433D. Grayscale: #A8A8A8. Windows color (decimal): -8733502 or 12762234. OLE color: 12762234.
HSL color Cylindrical-coordinate representation of color #7ABCC2: hue angle of 185º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABCC2 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 188 | 194 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.24 |
| HSL | 185º | 0.37% | 0.62% | - |
| HSV(B) | 185º | 0.37% | 0.76% | - |
| XYZ | 35.75 | 44 | 57.65 | - |
| YUV | 168.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 194 | 0.37 | 0.03 | 0 | 0.24 | 185 | 0.37 | 0.62 |
| Hex | 7A | BC | C2 | 25 | 3 | 0 | 18 | B9 | 25 | 3E |
| Octal | 172 | 274 | 302 | 45 | 3 | 0 | 30 | 271 | 45 | 76 |
| Binary | 1111010 | 10111100 | 11000010 | 100101 | 11 | 0 | 11000 | 10111001 | 100101 | 111110 |
Color Harmonies of #7ABCC2
Complementary color
Monochromatic Colors of #7ABCC2
Black with #7ABCC2
Text Example
Text Example
White with #7ABCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCC2; }
p { color: rgb(122,188,194); }
H1.HeaderClassName
{
color: #7ABCC2;
}
.AnyTagClassName
{
color: #7ABCC2;
}
</style>
background-color css
<style>
a { background-color: #7ABCC2; }
a { background-color: rgb(122,188,194); }
div.DivClassName
{
background-color: #7ABCC2;
}
.BgClassName
{
background-color: #7ABCC2;
}
</style>
border-color css
<style>
span { border-color: #7ABCC2; }
span { border-color: rgb(122,188,194); }
td.TdClassName
{
border-color: #7ABCC2;
}
.TagClassName
{
border-color: #7ABCC2;
}
</style>