Shades of Glacier #7FB7BE
Tints of Glacier #7FB7BE
RGB
CMYK
RGB Variations
Color information
#7FB7BE (or 0x7FB7BE) is known color: Glacier. HEX triplet: 7F, B7 and BE. RGB value is (127,183,190). Sum of RGB (Red+Green+Blue) = 127+183+190=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FB7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB7BE is #804841. Grayscale: #A6A6A6. Windows color (decimal): -8407106 or 12498815. OLE color: 12498815.
HSL color Cylindrical-coordinate representation of color #7FB7BE: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FB7BE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 183 | 190 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.25 |
| HSL | 186.67º | 0.33% | 0.62% | - |
| HSV(B) | 186.67º | 0.33% | 0.75% | - |
| XYZ | 34.98 | 42.1 | 55 | - |
| YUV | 167.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 190 | 0.33 | 0.04 | 0 | 0.25 | 186.67 | 0.33 | 0.62 |
| Hex | 7F | B7 | BE | 21 | 4 | 0 | 19 | BB | 21 | 3E |
| Octal | 177 | 267 | 276 | 41 | 4 | 0 | 31 | 273 | 41 | 76 |
| Binary | 1111111 | 10110111 | 10111110 | 100001 | 100 | 0 | 11001 | 10111011 | 100001 | 111110 |
Color Harmonies of #7FB7BE
Complementary color
Monochromatic Colors of #7FB7BE
Black with #7FB7BE
Text Example
Text Example
White with #7FB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB7BE; }
p { color: rgb(127,183,190); }
H1.HeaderClassName
{
color: #7FB7BE;
}
.AnyTagClassName
{
color: #7FB7BE;
}
</style>
background-color css
<style>
a { background-color: #7FB7BE; }
a { background-color: rgb(127,183,190); }
div.DivClassName
{
background-color: #7FB7BE;
}
.BgClassName
{
background-color: #7FB7BE;
}
</style>
border-color css
<style>
span { border-color: #7FB7BE; }
span { border-color: rgb(127,183,190); }
td.TdClassName
{
border-color: #7FB7BE;
}
.TagClassName
{
border-color: #7FB7BE;
}
</style>