Shades of Glacier #7EBCBF
Tints of Glacier #7EBCBF
RGB
CMYK
RGB Variations
Color information
#7EBCBF (or 0x7EBCBF) is known color: Glacier. HEX triplet: 7E, BC and BF. RGB value is (126,188,191). Sum of RGB (Red+Green+Blue) = 126+188+191=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EBCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCBF is #814340. Grayscale: #A9A9A9. Windows color (decimal): -8471361 or 12565630. OLE color: 12565630.
HSL color Cylindrical-coordinate representation of color #7EBCBF: hue angle of 182.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBCBF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 188 | 191 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.25 |
| HSL | 182.77º | 0.34% | 0.62% | - |
| HSV(B) | 182.77º | 0.34% | 0.75% | - |
| XYZ | 35.99 | 44.16 | 55.92 | - |
| YUV | 169.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 191 | 0.34 | 0.02 | 0 | 0.25 | 182.77 | 0.34 | 0.62 |
| Hex | 7E | BC | BF | 22 | 2 | 0 | 19 | B7 | 22 | 3E |
| Octal | 176 | 274 | 277 | 42 | 2 | 0 | 31 | 267 | 42 | 76 |
| Binary | 1111110 | 10111100 | 10111111 | 100010 | 10 | 0 | 11001 | 10110111 | 100010 | 111110 |
Color Harmonies of #7EBCBF
Complementary color
Monochromatic Colors of #7EBCBF
Black with #7EBCBF
Text Example
Text Example
White with #7EBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBCBF; }
p { color: rgb(126,188,191); }
H1.HeaderClassName
{
color: #7EBCBF;
}
.AnyTagClassName
{
color: #7EBCBF;
}
</style>
background-color css
<style>
a { background-color: #7EBCBF; }
a { background-color: rgb(126,188,191); }
div.DivClassName
{
background-color: #7EBCBF;
}
.BgClassName
{
background-color: #7EBCBF;
}
</style>
border-color css
<style>
span { border-color: #7EBCBF; }
span { border-color: rgb(126,188,191); }
td.TdClassName
{
border-color: #7EBCBF;
}
.TagClassName
{
border-color: #7EBCBF;
}
</style>