Shades of Glacier #7FABBB
Tints of Glacier #7FABBB
RGB
CMYK
RGB Variations
Color information
#7FABBB (or 0x7FABBB) is known color: Glacier. HEX triplet: 7F, AB and BB. RGB value is (127,171,187). Sum of RGB (Red+Green+Blue) = 127+171+187=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABBB is #805444. Grayscale: #9F9F9F. Windows color (decimal): -8410181 or 12299135. OLE color: 12299135.
HSL color Cylindrical-coordinate representation of color #7FABBB: hue angle of 196º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FABBB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 171 | 187 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.27 |
| HSL | 196º | 0.31% | 0.62% | - |
| HSV(B) | 196º | 0.32% | 0.73% | - |
| XYZ | 32.28 | 37.23 | 52.5 | - |
| YUV | 159.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 187 | 0.32 | 0.09 | 0 | 0.27 | 196 | 0.31 | 0.62 |
| Hex | 7F | AB | BB | 20 | 9 | 0 | 1B | C4 | 1F | 3E |
| Octal | 177 | 253 | 273 | 40 | 11 | 0 | 33 | 304 | 37 | 76 |
| Binary | 1111111 | 10101011 | 10111011 | 100000 | 1001 | 0 | 11011 | 11000100 | 11111 | 111110 |
Color Harmonies of #7FABBB
Complementary color
Monochromatic Colors of #7FABBB
Black with #7FABBB
Text Example
Text Example
White with #7FABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABBB; }
p { color: rgb(127,171,187); }
H1.HeaderClassName
{
color: #7FABBB;
}
.AnyTagClassName
{
color: #7FABBB;
}
</style>
background-color css
<style>
a { background-color: #7FABBB; }
a { background-color: rgb(127,171,187); }
div.DivClassName
{
background-color: #7FABBB;
}
.BgClassName
{
background-color: #7FABBB;
}
</style>
border-color css
<style>
span { border-color: #7FABBB; }
span { border-color: rgb(127,171,187); }
td.TdClassName
{
border-color: #7FABBB;
}
.TagClassName
{
border-color: #7FABBB;
}
</style>