Shades of Glacier #7FACBD
Tints of Glacier #7FACBD
RGB
CMYK
RGB Variations
Color information
#7FACBD (or 0x7FACBD) is known color: Glacier. HEX triplet: 7F, AC and BD. RGB value is (127,172,189). Sum of RGB (Red+Green+Blue) = 127+172+189=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACBD is #805342. Grayscale: #A0A0A0. Windows color (decimal): -8409923 or 12430463. OLE color: 12430463.
HSL color Cylindrical-coordinate representation of color #7FACBD: hue angle of 196.45º 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 #7FACBD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 172 | 189 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.26 |
| HSL | 196.45º | 0.32% | 0.62% | - |
| HSV(B) | 196.45º | 0.33% | 0.74% | - |
| XYZ | 32.69 | 37.69 | 53.7 | - |
| YUV | 160.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 189 | 0.33 | 0.09 | 0 | 0.26 | 196.45 | 0.32 | 0.62 |
| Hex | 7F | AC | BD | 21 | 9 | 0 | 1A | C4 | 20 | 3E |
| Octal | 177 | 254 | 275 | 41 | 11 | 0 | 32 | 304 | 40 | 76 |
| Binary | 1111111 | 10101100 | 10111101 | 100001 | 1001 | 0 | 11010 | 11000100 | 100000 | 111110 |
Color Harmonies of #7FACBD
Complementary color
Monochromatic Colors of #7FACBD
Black with #7FACBD
Text Example
Text Example
White with #7FACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACBD; }
p { color: rgb(127,172,189); }
H1.HeaderClassName
{
color: #7FACBD;
}
.AnyTagClassName
{
color: #7FACBD;
}
</style>
background-color css
<style>
a { background-color: #7FACBD; }
a { background-color: rgb(127,172,189); }
div.DivClassName
{
background-color: #7FACBD;
}
.BgClassName
{
background-color: #7FACBD;
}
</style>
border-color css
<style>
span { border-color: #7FACBD; }
span { border-color: rgb(127,172,189); }
td.TdClassName
{
border-color: #7FACBD;
}
.TagClassName
{
border-color: #7FACBD;
}
</style>