Shades of Glacier #7FACC2
Tints of Glacier #7FACC2
RGB
CMYK
RGB Variations
Color information
#7FACC2 (or 0x7FACC2) is known color: Glacier. HEX triplet: 7F, AC and C2. RGB value is (127,172,194). Sum of RGB (Red+Green+Blue) = 127+172+194=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACC2 is #80533D. Grayscale: #A0A0A0. Windows color (decimal): -8409918 or 12758143. OLE color: 12758143.
HSL color Cylindrical-coordinate representation of color #7FACC2: hue angle of 199.7º 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 #7FACC2 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 172 | 194 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.24 |
| HSL | 199.7º | 0.35% | 0.63% | - |
| HSV(B) | 199.7º | 0.35% | 0.76% | - |
| XYZ | 33.24 | 37.91 | 56.6 | - |
| YUV | 161.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 194 | 0.35 | 0.11 | 0 | 0.24 | 199.7 | 0.35 | 0.63 |
| Hex | 7F | AC | C2 | 23 | B | 0 | 18 | C8 | 23 | 3F |
| Octal | 177 | 254 | 302 | 43 | 13 | 0 | 30 | 310 | 43 | 77 |
| Binary | 1111111 | 10101100 | 11000010 | 100011 | 1011 | 0 | 11000 | 11001000 | 100011 | 111111 |
Color Harmonies of #7FACC2
Complementary color
Monochromatic Colors of #7FACC2
Black with #7FACC2
Text Example
Text Example
White with #7FACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACC2; }
p { color: rgb(127,172,194); }
H1.HeaderClassName
{
color: #7FACC2;
}
.AnyTagClassName
{
color: #7FACC2;
}
</style>
background-color css
<style>
a { background-color: #7FACC2; }
a { background-color: rgb(127,172,194); }
div.DivClassName
{
background-color: #7FACC2;
}
.BgClassName
{
background-color: #7FACC2;
}
</style>
border-color css
<style>
span { border-color: #7FACC2; }
span { border-color: rgb(127,172,194); }
td.TdClassName
{
border-color: #7FACC2;
}
.TagClassName
{
border-color: #7FACC2;
}
</style>