Shades of Glacier #7AADBB
Tints of Glacier #7AADBB
RGB
CMYK
RGB Variations
Color information
#7AADBB (or 0x7AADBB) is known color: Glacier. HEX triplet: 7A, AD and BB. RGB value is (122,173,187). Sum of RGB (Red+Green+Blue) = 122+173+187=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADBB is #855244. Grayscale: #9F9F9F. Windows color (decimal): -8737349 or 12299642. OLE color: 12299642.
HSL color Cylindrical-coordinate representation of color #7AADBB: hue angle of 192.92º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AADBB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 173 | 187 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.27 |
| HSL | 192.92º | 0.32% | 0.61% | - |
| HSV(B) | 192.92º | 0.35% | 0.73% | - |
| XYZ | 31.94 | 37.61 | 52.59 | - |
| YUV | 159.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 187 | 0.35 | 0.07 | 0 | 0.27 | 192.92 | 0.32 | 0.61 |
| Hex | 7A | AD | BB | 23 | 7 | 0 | 1B | C1 | 20 | 3D |
| Octal | 172 | 255 | 273 | 43 | 7 | 0 | 33 | 301 | 40 | 75 |
| Binary | 1111010 | 10101101 | 10111011 | 100011 | 111 | 0 | 11011 | 11000001 | 100000 | 111101 |
Color Harmonies of #7AADBB
Complementary color
Monochromatic Colors of #7AADBB
Black with #7AADBB
Text Example
Text Example
White with #7AADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADBB; }
p { color: rgb(122,173,187); }
H1.HeaderClassName
{
color: #7AADBB;
}
.AnyTagClassName
{
color: #7AADBB;
}
</style>
background-color css
<style>
a { background-color: #7AADBB; }
a { background-color: rgb(122,173,187); }
div.DivClassName
{
background-color: #7AADBB;
}
.BgClassName
{
background-color: #7AADBB;
}
</style>
border-color css
<style>
span { border-color: #7AADBB; }
span { border-color: rgb(122,173,187); }
td.TdClassName
{
border-color: #7AADBB;
}
.TagClassName
{
border-color: #7AADBB;
}
</style>