Shades of Glacier #7FAAC2
Tints of Glacier #7FAAC2
RGB
CMYK
RGB Variations
Color information
#7FAAC2 (or 0x7FAAC2) is known color: Glacier. HEX triplet: 7F, AA and C2. RGB value is (127,170,194). Sum of RGB (Red+Green+Blue) = 127+170+194=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FAAC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAC2 is #80553D. Grayscale: #9F9F9F. Windows color (decimal): -8410430 or 12757631. OLE color: 12757631.
HSL color Cylindrical-coordinate representation of color #7FAAC2: hue angle of 201.49º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FAAC2 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 170 | 194 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.24 |
| HSL | 201.49º | 0.35% | 0.63% | - |
| HSV(B) | 201.49º | 0.35% | 0.76% | - |
| XYZ | 32.86 | 37.16 | 56.48 | - |
| YUV | 159.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 194 | 0.35 | 0.12 | 0 | 0.24 | 201.49 | 0.35 | 0.63 |
| Hex | 7F | AA | C2 | 23 | C | 0 | 18 | C9 | 23 | 3F |
| Octal | 177 | 252 | 302 | 43 | 14 | 0 | 30 | 311 | 43 | 77 |
| Binary | 1111111 | 10101010 | 11000010 | 100011 | 1100 | 0 | 11000 | 11001001 | 100011 | 111111 |
Color Harmonies of #7FAAC2
Complementary color
Monochromatic Colors of #7FAAC2
Black with #7FAAC2
Text Example
Text Example
White with #7FAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAAC2; }
p { color: rgb(127,170,194); }
H1.HeaderClassName
{
color: #7FAAC2;
}
.AnyTagClassName
{
color: #7FAAC2;
}
</style>
background-color css
<style>
a { background-color: #7FAAC2; }
a { background-color: rgb(127,170,194); }
div.DivClassName
{
background-color: #7FAAC2;
}
.BgClassName
{
background-color: #7FAAC2;
}
</style>
border-color css
<style>
span { border-color: #7FAAC2; }
span { border-color: rgb(127,170,194); }
td.TdClassName
{
border-color: #7FAAC2;
}
.TagClassName
{
border-color: #7FAAC2;
}
</style>