Shades of Glacier #7FAFB6
Tints of Glacier #7FAFB6
RGB
CMYK
RGB Variations
Color information
#7FAFB6 (or 0x7FAFB6) is known color: Glacier. HEX triplet: 7F, AF and B6. RGB value is (127,175,182). Sum of RGB (Red+Green+Blue) = 127+175+182=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #7FAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFB6 is #805049. Grayscale: #A1A1A1. Windows color (decimal): -8409162 or 11972479. OLE color: 11972479.
HSL color Cylindrical-coordinate representation of color #7FAFB6: hue angle of 187.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FAFB6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 175 | 182 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.29 |
| HSL | 187.64º | 0.27% | 0.61% | - |
| HSV(B) | 187.64º | 0.3% | 0.71% | - |
| XYZ | 32.53 | 38.55 | 49.98 | - |
| YUV | 161.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 182 | 0.30 | 0.04 | 0 | 0.29 | 187.64 | 0.27 | 0.61 |
| Hex | 7F | AF | B6 | 1E | 4 | 0 | 1D | BC | 1B | 3D |
| Octal | 177 | 257 | 266 | 36 | 4 | 0 | 35 | 274 | 33 | 75 |
| Binary | 1111111 | 10101111 | 10110110 | 11110 | 100 | 0 | 11101 | 10111100 | 11011 | 111101 |
Color Harmonies of #7FAFB6
Complementary color
Monochromatic Colors of #7FAFB6
Black with #7FAFB6
Text Example
Text Example
White with #7FAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAFB6; }
p { color: rgb(127,175,182); }
H1.HeaderClassName
{
color: #7FAFB6;
}
.AnyTagClassName
{
color: #7FAFB6;
}
</style>
background-color css
<style>
a { background-color: #7FAFB6; }
a { background-color: rgb(127,175,182); }
div.DivClassName
{
background-color: #7FAFB6;
}
.BgClassName
{
background-color: #7FAFB6;
}
</style>
border-color css
<style>
span { border-color: #7FAFB6; }
span { border-color: rgb(127,175,182); }
td.TdClassName
{
border-color: #7FAFB6;
}
.TagClassName
{
border-color: #7FAFB6;
}
</style>