Shades of Glacier #7FB2BD
Tints of Glacier #7FB2BD
RGB
CMYK
RGB Variations
Color information
#7FB2BD (or 0x7FB2BD) is known color: Glacier. HEX triplet: 7F, B2 and BD. RGB value is (127,178,189). Sum of RGB (Red+Green+Blue) = 127+178+189=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FB2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB2BD is #804D42. Grayscale: #A3A3A3. Windows color (decimal): -8408387 or 12431999. OLE color: 12431999.
HSL color Cylindrical-coordinate representation of color #7FB2BD: hue angle of 190.65º 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 #7FB2BD is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 178 | 189 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.26 |
| HSL | 190.65º | 0.32% | 0.62% | - |
| HSV(B) | 190.65º | 0.33% | 0.74% | - |
| XYZ | 33.86 | 40.03 | 54.09 | - |
| YUV | 164.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 189 | 0.33 | 0.06 | 0 | 0.26 | 190.65 | 0.32 | 0.62 |
| Hex | 7F | B2 | BD | 21 | 6 | 0 | 1A | BF | 20 | 3E |
| Octal | 177 | 262 | 275 | 41 | 6 | 0 | 32 | 277 | 40 | 76 |
| Binary | 1111111 | 10110010 | 10111101 | 100001 | 110 | 0 | 11010 | 10111111 | 100000 | 111110 |
Color Harmonies of #7FB2BD
Complementary color
Monochromatic Colors of #7FB2BD
Black with #7FB2BD
Text Example
Text Example
White with #7FB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB2BD; }
p { color: rgb(127,178,189); }
H1.HeaderClassName
{
color: #7FB2BD;
}
.AnyTagClassName
{
color: #7FB2BD;
}
</style>
background-color css
<style>
a { background-color: #7FB2BD; }
a { background-color: rgb(127,178,189); }
div.DivClassName
{
background-color: #7FB2BD;
}
.BgClassName
{
background-color: #7FB2BD;
}
</style>
border-color css
<style>
span { border-color: #7FB2BD; }
span { border-color: rgb(127,178,189); }
td.TdClassName
{
border-color: #7FB2BD;
}
.TagClassName
{
border-color: #7FB2BD;
}
</style>