Shades of Glacier #7EACB5
Tints of Glacier #7EACB5
RGB
CMYK
RGB Variations
Color information
#7EACB5 (or 0x7EACB5) is known color: Glacier. HEX triplet: 7E, AC and B5. RGB value is (126,172,181). Sum of RGB (Red+Green+Blue) = 126+172+181=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #7EACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACB5 is #81534A. Grayscale: #9F9F9F. Windows color (decimal): -8475467 or 11906174. OLE color: 11906174.
HSL color Cylindrical-coordinate representation of color #7EACB5: hue angle of 189.82º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EACB5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 126 | 172 | 181 | - |
CMYK | 0.30 | 0.05 | 0 | 0.29 |
HSL | 189.82º | 0.27% | 0.6% | - |
HSV(B) | 189.82º | 0.3% | 0.71% | - |
XYZ | 31.7 | 37.28 | 49.24 | - |
YUV | 159.27 | 140.26 | 104.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 172 | 181 | 0.30 | 0.05 | 0 | 0.29 | 189.82 | 0.27 | 0.6 |
Hex | 7E | AC | B5 | 1E | 5 | 0 | 1D | BE | 1B | 3C |
Octal | 176 | 254 | 265 | 36 | 5 | 0 | 35 | 276 | 33 | 74 |
Binary | 1111110 | 10101100 | 10110101 | 11110 | 101 | 0 | 11101 | 10111110 | 11011 | 111100 |
Color Harmonies of #7EACB5
Complementary color
Monochromatic Colors of #7EACB5
Black with #7EACB5
Text Example
Text Example
White with #7EACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACB5; }
p { color: rgb(126,172,181); }
H1.HeaderClassName
{
color: #7EACB5;
}
.AnyTagClassName
{
color: #7EACB5;
}
</style>
background-color css
<style>
a { background-color: #7EACB5; }
a { background-color: rgb(126,172,181); }
div.DivClassName
{
background-color: #7EACB5;
}
.BgClassName
{
background-color: #7EACB5;
}
</style>
border-color css
<style>
span { border-color: #7EACB5; }
span { border-color: rgb(126,172,181); }
td.TdClassName
{
border-color: #7EACB5;
}
.TagClassName
{
border-color: #7EACB5;
}
</style>