Shades of Glacier #7FACC4
Tints of Glacier #7FACC4
RGB
CMYK
RGB Variations
Color information
#7FACC4 (or 0x7FACC4) is known color: Glacier. HEX triplet: 7F, AC and C4. RGB value is (127,172,196). Sum of RGB (Red+Green+Blue) = 127+172+196=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #7FACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACC4 is #80533B. Grayscale: #A1A1A1. Windows color (decimal): -8409916 or 12889215. OLE color: 12889215.
HSL color Cylindrical-coordinate representation of color #7FACC4: hue angle of 200.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FACC4 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 172 | 196 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.23 |
| HSL | 200.87º | 0.37% | 0.63% | - |
| HSV(B) | 200.87º | 0.35% | 0.77% | - |
| XYZ | 33.47 | 38 | 57.8 | - |
| YUV | 161.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 196 | 0.35 | 0.12 | 0 | 0.23 | 200.87 | 0.37 | 0.63 |
| Hex | 7F | AC | C4 | 23 | C | 0 | 17 | C9 | 25 | 3F |
| Octal | 177 | 254 | 304 | 43 | 14 | 0 | 27 | 311 | 45 | 77 |
| Binary | 1111111 | 10101100 | 11000100 | 100011 | 1100 | 0 | 10111 | 11001001 | 100101 | 111111 |
Color Harmonies of #7FACC4
Complementary color
Monochromatic Colors of #7FACC4
Black with #7FACC4
Text Example
Text Example
White with #7FACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACC4; }
p { color: rgb(127,172,196); }
H1.HeaderClassName
{
color: #7FACC4;
}
.AnyTagClassName
{
color: #7FACC4;
}
</style>
background-color css
<style>
a { background-color: #7FACC4; }
a { background-color: rgb(127,172,196); }
div.DivClassName
{
background-color: #7FACC4;
}
.BgClassName
{
background-color: #7FACC4;
}
</style>
border-color css
<style>
span { border-color: #7FACC4; }
span { border-color: rgb(127,172,196); }
td.TdClassName
{
border-color: #7FACC4;
}
.TagClassName
{
border-color: #7FACC4;
}
</style>