Shades of Glacier #7FB7BC
Tints of Glacier #7FB7BC
RGB
CMYK
RGB Variations
Color information
#7FB7BC (or 0x7FB7BC) is known color: Glacier. HEX triplet: 7F, B7 and BC. RGB value is (127,183,188). Sum of RGB (Red+Green+Blue) = 127+183+188=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FB7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB7BC is #804843. Grayscale: #A6A6A6. Windows color (decimal): -8407108 or 12367743. OLE color: 12367743.
HSL color Cylindrical-coordinate representation of color #7FB7BC: hue angle of 184.92º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FB7BC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 183 | 188 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.26 |
| HSL | 184.92º | 0.31% | 0.62% | - |
| HSV(B) | 184.92º | 0.32% | 0.74% | - |
| XYZ | 34.76 | 42.01 | 53.85 | - |
| YUV | 166.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 188 | 0.32 | 0.03 | 0 | 0.26 | 184.92 | 0.31 | 0.62 |
| Hex | 7F | B7 | BC | 20 | 3 | 0 | 1A | B9 | 1F | 3E |
| Octal | 177 | 267 | 274 | 40 | 3 | 0 | 32 | 271 | 37 | 76 |
| Binary | 1111111 | 10110111 | 10111100 | 100000 | 11 | 0 | 11010 | 10111001 | 11111 | 111110 |
Color Harmonies of #7FB7BC
Complementary color
Monochromatic Colors of #7FB7BC
Black with #7FB7BC
Text Example
Text Example
White with #7FB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB7BC; }
p { color: rgb(127,183,188); }
H1.HeaderClassName
{
color: #7FB7BC;
}
.AnyTagClassName
{
color: #7FB7BC;
}
</style>
background-color css
<style>
a { background-color: #7FB7BC; }
a { background-color: rgb(127,183,188); }
div.DivClassName
{
background-color: #7FB7BC;
}
.BgClassName
{
background-color: #7FB7BC;
}
</style>
border-color css
<style>
span { border-color: #7FB7BC; }
span { border-color: rgb(127,183,188); }
td.TdClassName
{
border-color: #7FB7BC;
}
.TagClassName
{
border-color: #7FB7BC;
}
</style>