Shades of Glacier #7FAFBD
Tints of Glacier #7FAFBD
RGB
CMYK
RGB Variations
Color information
#7FAFBD (or 0x7FAFBD) is known color: Glacier. HEX triplet: 7F, AF and BD. RGB value is (127,175,189). Sum of RGB (Red+Green+Blue) = 127+175+189=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFBD is #805042. Grayscale: #A2A2A2. Windows color (decimal): -8409155 or 12431231. OLE color: 12431231.
HSL color Cylindrical-coordinate representation of color #7FAFBD: hue angle of 193.55º 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 #7FAFBD is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 175 | 189 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.26 |
| HSL | 193.55º | 0.32% | 0.62% | - |
| HSV(B) | 193.55º | 0.33% | 0.74% | - |
| XYZ | 33.27 | 38.85 | 53.89 | - |
| YUV | 162.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 189 | 0.33 | 0.07 | 0 | 0.26 | 193.55 | 0.32 | 0.62 |
| Hex | 7F | AF | BD | 21 | 7 | 0 | 1A | C2 | 20 | 3E |
| Octal | 177 | 257 | 275 | 41 | 7 | 0 | 32 | 302 | 40 | 76 |
| Binary | 1111111 | 10101111 | 10111101 | 100001 | 111 | 0 | 11010 | 11000010 | 100000 | 111110 |
Color Harmonies of #7FAFBD
Complementary color
Monochromatic Colors of #7FAFBD
Black with #7FAFBD
Text Example
Text Example
White with #7FAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFBD; }
p { color: rgb(127,175,189); }
H1.HeaderClassName
{
color: #7FAFBD;
}
.AnyTagClassName
{
color: #7FAFBD;
}
</style>
background-color css
<style>
a { background-color: #7FAFBD; }
a { background-color: rgb(127,175,189); }
div.DivClassName
{
background-color: #7FAFBD;
}
.BgClassName
{
background-color: #7FAFBD;
}
</style>
border-color css
<style>
span { border-color: #7FAFBD; }
span { border-color: rgb(127,175,189); }
td.TdClassName
{
border-color: #7FAFBD;
}
.TagClassName
{
border-color: #7FAFBD;
}
</style>