Shades of Glacier #7FBBBB
Tints of Glacier #7FBBBB
RGB
CMYK
RGB Variations
Color information
#7FBBBB (or 0x7FBBBB) is known color: Glacier. HEX triplet: 7F, BB and BB. RGB value is (127,187,187). Sum of RGB (Red+Green+Blue) = 127+187+187=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #7FBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBBB is #804444. Grayscale: #A9A9A9. Windows color (decimal): -8406085 or 12303231. OLE color: 12303231.
HSL color Cylindrical-coordinate representation of color #7FBBBB: hue angle of 180º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBBBB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 187 | - |
| CMYK | 0.32 | 0 | 0 | 0.27 |
| HSL | 180º | 0.31% | 0.62% | - |
| HSV(B) | 180º | 0.32% | 0.73% | - |
| XYZ | 35.49 | 43.64 | 53.57 | - |
| YUV | 169.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 187 | 0.32 | 0 | 0 | 0.27 | 180 | 0.31 | 0.62 |
| Hex | 7F | BB | BB | 20 | 0 | 0 | 1B | B4 | 1F | 3E |
| Octal | 177 | 273 | 273 | 40 | 0 | 0 | 33 | 264 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10111011 | 100000 | 0 | 0 | 11011 | 10110100 | 11111 | 111110 |
Color Harmonies of #7FBBBB
Complementary color
Monochromatic Colors of #7FBBBB
Black with #7FBBBB
Text Example
Text Example
White with #7FBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBBBB; }
p { color: rgb(127,187,187); }
H1.HeaderClassName
{
color: #7FBBBB;
}
.AnyTagClassName
{
color: #7FBBBB;
}
</style>
background-color css
<style>
a { background-color: #7FBBBB; }
a { background-color: rgb(127,187,187); }
div.DivClassName
{
background-color: #7FBBBB;
}
.BgClassName
{
background-color: #7FBBBB;
}
</style>
border-color css
<style>
span { border-color: #7FBBBB; }
span { border-color: rgb(127,187,187); }
td.TdClassName
{
border-color: #7FBBBB;
}
.TagClassName
{
border-color: #7FBBBB;
}
</style>