Shades of Glacier #7EBBBC
Tints of Glacier #7EBBBC
RGB
CMYK
RGB Variations
Color information
#7EBBBC (or 0x7EBBBC) is known color: Glacier. HEX triplet: 7E, BB and BC. RGB value is (126,187,188). Sum of RGB (Red+Green+Blue) = 126+187+188=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBBC is #814443. Grayscale: #A8A8A8. Windows color (decimal): -8471620 or 12368766. OLE color: 12368766.
HSL color Cylindrical-coordinate representation of color #7EBBBC: hue angle of 180.97º 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 #7EBBBC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 187 | 188 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.26 |
| HSL | 180.97º | 0.32% | 0.62% | - |
| HSV(B) | 180.97º | 0.33% | 0.74% | - |
| XYZ | 35.45 | 43.61 | 54.13 | - |
| YUV | 168.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 188 | 0.33 | 0.01 | 0 | 0.26 | 180.97 | 0.32 | 0.62 |
| Hex | 7E | BB | BC | 21 | 1 | 0 | 1A | B5 | 20 | 3E |
| Octal | 176 | 273 | 274 | 41 | 1 | 0 | 32 | 265 | 40 | 76 |
| Binary | 1111110 | 10111011 | 10111100 | 100001 | 1 | 0 | 11010 | 10110101 | 100000 | 111110 |
Color Harmonies of #7EBBBC
Complementary color
Monochromatic Colors of #7EBBBC
Black with #7EBBBC
Text Example
Text Example
White with #7EBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBBC; }
p { color: rgb(126,187,188); }
H1.HeaderClassName
{
color: #7EBBBC;
}
.AnyTagClassName
{
color: #7EBBBC;
}
</style>
background-color css
<style>
a { background-color: #7EBBBC; }
a { background-color: rgb(126,187,188); }
div.DivClassName
{
background-color: #7EBBBC;
}
.BgClassName
{
background-color: #7EBBBC;
}
</style>
border-color css
<style>
span { border-color: #7EBBBC; }
span { border-color: rgb(126,187,188); }
td.TdClassName
{
border-color: #7EBBBC;
}
.TagClassName
{
border-color: #7EBBBC;
}
</style>