Shades of Glacier #7AAFC1
Tints of Glacier #7AAFC1
RGB
CMYK
RGB Variations
Color information
#7AAFC1 (or 0x7AAFC1) is known color: Glacier. HEX triplet: 7A, AF and C1. RGB value is (122,175,193). Sum of RGB (Red+Green+Blue) = 122+175+193=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #7AAFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFC1 is #85503E. Grayscale: #A1A1A1. Windows color (decimal): -8736831 or 12693370. OLE color: 12693370.
HSL color Cylindrical-coordinate representation of color #7AAFC1: hue angle of 195.21º degrees, saturation: 0.36, 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 #7AAFC1 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 175 | 193 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.24 |
| HSL | 195.21º | 0.36% | 0.62% | - |
| HSV(B) | 195.21º | 0.37% | 0.76% | - |
| XYZ | 32.98 | 38.65 | 56.17 | - |
| YUV | 161.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 193 | 0.37 | 0.09 | 0 | 0.24 | 195.21 | 0.36 | 0.62 |
| Hex | 7A | AF | C1 | 25 | 9 | 0 | 18 | C3 | 24 | 3E |
| Octal | 172 | 257 | 301 | 45 | 11 | 0 | 30 | 303 | 44 | 76 |
| Binary | 1111010 | 10101111 | 11000001 | 100101 | 1001 | 0 | 11000 | 11000011 | 100100 | 111110 |
Color Harmonies of #7AAFC1
Complementary color
Monochromatic Colors of #7AAFC1
Black with #7AAFC1
Text Example
Text Example
White with #7AAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAFC1; }
p { color: rgb(122,175,193); }
H1.HeaderClassName
{
color: #7AAFC1;
}
.AnyTagClassName
{
color: #7AAFC1;
}
</style>
background-color css
<style>
a { background-color: #7AAFC1; }
a { background-color: rgb(122,175,193); }
div.DivClassName
{
background-color: #7AAFC1;
}
.BgClassName
{
background-color: #7AAFC1;
}
</style>
border-color css
<style>
span { border-color: #7AAFC1; }
span { border-color: rgb(122,175,193); }
td.TdClassName
{
border-color: #7AAFC1;
}
.TagClassName
{
border-color: #7AAFC1;
}
</style>