Shades of Glacier #7FB9BD
Tints of Glacier #7FB9BD
RGB
CMYK
RGB Variations
Color information
#7FB9BD (or 0x7FB9BD) is known color: Glacier. HEX triplet: 7F, B9 and BD. RGB value is (127,185,189). Sum of RGB (Red+Green+Blue) = 127+185+189=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FB9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9BD is #804642. Grayscale: #A8A8A8. Windows color (decimal): -8406595 or 12433791. OLE color: 12433791.
HSL color Cylindrical-coordinate representation of color #7FB9BD: hue angle of 183.87º 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 #7FB9BD is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 185 | 189 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.26 |
| HSL | 183.87º | 0.32% | 0.62% | - |
| HSV(B) | 183.87º | 0.33% | 0.74% | - |
| XYZ | 35.29 | 42.88 | 54.56 | - |
| YUV | 168.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 189 | 0.33 | 0.02 | 0 | 0.26 | 183.87 | 0.32 | 0.62 |
| Hex | 7F | B9 | BD | 21 | 2 | 0 | 1A | B8 | 20 | 3E |
| Octal | 177 | 271 | 275 | 41 | 2 | 0 | 32 | 270 | 40 | 76 |
| Binary | 1111111 | 10111001 | 10111101 | 100001 | 10 | 0 | 11010 | 10111000 | 100000 | 111110 |
Color Harmonies of #7FB9BD
Complementary color
Monochromatic Colors of #7FB9BD
Black with #7FB9BD
Text Example
Text Example
White with #7FB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB9BD; }
p { color: rgb(127,185,189); }
H1.HeaderClassName
{
color: #7FB9BD;
}
.AnyTagClassName
{
color: #7FB9BD;
}
</style>
background-color css
<style>
a { background-color: #7FB9BD; }
a { background-color: rgb(127,185,189); }
div.DivClassName
{
background-color: #7FB9BD;
}
.BgClassName
{
background-color: #7FB9BD;
}
</style>
border-color css
<style>
span { border-color: #7FB9BD; }
span { border-color: rgb(127,185,189); }
td.TdClassName
{
border-color: #7FB9BD;
}
.TagClassName
{
border-color: #7FB9BD;
}
</style>