Shades of Glacier #7ABBC2
Tints of Glacier #7ABBC2
RGB
CMYK
RGB Variations
Color information
#7ABBC2 (or 0x7ABBC2) is known color: Glacier. HEX triplet: 7A, BB and C2. RGB value is (122,187,194). Sum of RGB (Red+Green+Blue) = 122+187+194=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #7ABBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBC2 is #85443D. Grayscale: #A8A8A8. Windows color (decimal): -8733758 or 12761978. OLE color: 12761978.
HSL color Cylindrical-coordinate representation of color #7ABBC2: hue angle of 185.83º 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 #7ABBC2 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 187 | 194 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.24 |
| HSL | 185.83º | 0.37% | 0.62% | - |
| HSV(B) | 185.83º | 0.37% | 0.76% | - |
| XYZ | 35.53 | 43.57 | 57.58 | - |
| YUV | 168.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 194 | 0.37 | 0.04 | 0 | 0.24 | 185.83 | 0.37 | 0.62 |
| Hex | 7A | BB | C2 | 25 | 4 | 0 | 18 | BA | 25 | 3E |
| Octal | 172 | 273 | 302 | 45 | 4 | 0 | 30 | 272 | 45 | 76 |
| Binary | 1111010 | 10111011 | 11000010 | 100101 | 100 | 0 | 11000 | 10111010 | 100101 | 111110 |
Color Harmonies of #7ABBC2
Complementary color
Monochromatic Colors of #7ABBC2
Black with #7ABBC2
Text Example
Text Example
White with #7ABBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBC2; }
p { color: rgb(122,187,194); }
H1.HeaderClassName
{
color: #7ABBC2;
}
.AnyTagClassName
{
color: #7ABBC2;
}
</style>
background-color css
<style>
a { background-color: #7ABBC2; }
a { background-color: rgb(122,187,194); }
div.DivClassName
{
background-color: #7ABBC2;
}
.BgClassName
{
background-color: #7ABBC2;
}
</style>
border-color css
<style>
span { border-color: #7ABBC2; }
span { border-color: rgb(122,187,194); }
td.TdClassName
{
border-color: #7ABBC2;
}
.TagClassName
{
border-color: #7ABBC2;
}
</style>