Shades of Glacier #7FBBBD
Tints of Glacier #7FBBBD
RGB
CMYK
RGB Variations
Color information
#7FBBBD (or 0x7FBBBD) is known color: Glacier. HEX triplet: 7F, BB and BD. RGB value is (127,187,189). Sum of RGB (Red+Green+Blue) = 127+187+189=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FBBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBBD is #804442. Grayscale: #A9A9A9. Windows color (decimal): -8406083 or 12434303. OLE color: 12434303.
HSL color Cylindrical-coordinate representation of color #7FBBBD: hue angle of 181.94º 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 #7FBBBD is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 187 | 189 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.26 |
| HSL | 181.94º | 0.32% | 0.62% | - |
| HSV(B) | 181.94º | 0.33% | 0.74% | - |
| XYZ | 35.71 | 43.73 | 54.7 | - |
| YUV | 169.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 189 | 0.33 | 0.01 | 0 | 0.26 | 181.94 | 0.32 | 0.62 |
| Hex | 7F | BB | BD | 21 | 1 | 0 | 1A | B6 | 20 | 3E |
| Octal | 177 | 273 | 275 | 41 | 1 | 0 | 32 | 266 | 40 | 76 |
| Binary | 1111111 | 10111011 | 10111101 | 100001 | 1 | 0 | 11010 | 10110110 | 100000 | 111110 |
Color Harmonies of #7FBBBD
Complementary color
Monochromatic Colors of #7FBBBD
Black with #7FBBBD
Text Example
Text Example
White with #7FBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBBD; }
p { color: rgb(127,187,189); }
H1.HeaderClassName
{
color: #7FBBBD;
}
.AnyTagClassName
{
color: #7FBBBD;
}
</style>
background-color css
<style>
a { background-color: #7FBBBD; }
a { background-color: rgb(127,187,189); }
div.DivClassName
{
background-color: #7FBBBD;
}
.BgClassName
{
background-color: #7FBBBD;
}
</style>
border-color css
<style>
span { border-color: #7FBBBD; }
span { border-color: rgb(127,187,189); }
td.TdClassName
{
border-color: #7FBBBD;
}
.TagClassName
{
border-color: #7FBBBD;
}
</style>