Shades of Glacier #7FAEBD
Tints of Glacier #7FAEBD
RGB
CMYK
RGB Variations
Color information
#7FAEBD (or 0x7FAEBD) is known color: Glacier. HEX triplet: 7F, AE and BD. RGB value is (127,174,189). Sum of RGB (Red+Green+Blue) = 127+174+189=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEBD is #805142. Grayscale: #A1A1A1. Windows color (decimal): -8409411 or 12430975. OLE color: 12430975.
HSL color Cylindrical-coordinate representation of color #7FAEBD: hue angle of 194.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FAEBD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 174 | 189 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.26 |
| HSL | 194.52º | 0.32% | 0.62% | - |
| HSV(B) | 194.52º | 0.33% | 0.74% | - |
| XYZ | 33.07 | 38.46 | 53.82 | - |
| YUV | 161.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 189 | 0.33 | 0.08 | 0 | 0.26 | 194.52 | 0.32 | 0.62 |
| Hex | 7F | AE | BD | 21 | 8 | 0 | 1A | C3 | 20 | 3E |
| Octal | 177 | 256 | 275 | 41 | 10 | 0 | 32 | 303 | 40 | 76 |
| Binary | 1111111 | 10101110 | 10111101 | 100001 | 1000 | 0 | 11010 | 11000011 | 100000 | 111110 |
Color Harmonies of #7FAEBD
Complementary color
Monochromatic Colors of #7FAEBD
Black with #7FAEBD
Text Example
Text Example
White with #7FAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEBD; }
p { color: rgb(127,174,189); }
H1.HeaderClassName
{
color: #7FAEBD;
}
.AnyTagClassName
{
color: #7FAEBD;
}
</style>
background-color css
<style>
a { background-color: #7FAEBD; }
a { background-color: rgb(127,174,189); }
div.DivClassName
{
background-color: #7FAEBD;
}
.BgClassName
{
background-color: #7FAEBD;
}
</style>
border-color css
<style>
span { border-color: #7FAEBD; }
span { border-color: rgb(127,174,189); }
td.TdClassName
{
border-color: #7FAEBD;
}
.TagClassName
{
border-color: #7FAEBD;
}
</style>