Shades of Glacier #7EBBBB
Tints of Glacier #7EBBBB
RGB
CMYK
RGB Variations
Color information
#7EBBBB (or 0x7EBBBB) is known color: Glacier. HEX triplet: 7E, BB and BB. RGB value is (126,187,187). Sum of RGB (Red+Green+Blue) = 126+187+187=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #7EBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBBB is #814444. Grayscale: #A8A8A8. Windows color (decimal): -8471621 or 12303230. OLE color: 12303230.
HSL color Cylindrical-coordinate representation of color #7EBBBB: hue angle of 180º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBBB is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 187 | - |
| CMYK | 0.33 | 0 | 0 | 0.27 |
| HSL | 180º | 0.31% | 0.61% | - |
| HSV(B) | 180º | 0.33% | 0.73% | - |
| XYZ | 35.34 | 43.56 | 53.56 | - |
| YUV | 168.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 187 | 0.33 | 0 | 0 | 0.27 | 180 | 0.31 | 0.61 |
| Hex | 7E | BB | BB | 21 | 0 | 0 | 1B | B4 | 1F | 3D |
| Octal | 176 | 273 | 273 | 41 | 0 | 0 | 33 | 264 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10111011 | 100001 | 0 | 0 | 11011 | 10110100 | 11111 | 111101 |
Color Harmonies of #7EBBBB
Complementary color
Monochromatic Colors of #7EBBBB
Black with #7EBBBB
Text Example
Text Example
White with #7EBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBBB; }
p { color: rgb(126,187,187); }
H1.HeaderClassName
{
color: #7EBBBB;
}
.AnyTagClassName
{
color: #7EBBBB;
}
</style>
background-color css
<style>
a { background-color: #7EBBBB; }
a { background-color: rgb(126,187,187); }
div.DivClassName
{
background-color: #7EBBBB;
}
.BgClassName
{
background-color: #7EBBBB;
}
</style>
border-color css
<style>
span { border-color: #7EBBBB; }
span { border-color: rgb(126,187,187); }
td.TdClassName
{
border-color: #7EBBBB;
}
.TagClassName
{
border-color: #7EBBBB;
}
</style>