Shades of Glacier #7EBDC0
Tints of Glacier #7EBDC0
RGB
CMYK
RGB Variations
Color information
#7EBDC0 (or 0x7EBDC0) is known color: Glacier. HEX triplet: 7E, BD and C0. RGB value is (126,189,192). Sum of RGB (Red+Green+Blue) = 126+189+192=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #7EBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDC0 is #81423F. Grayscale: #AAAAAA. Windows color (decimal): -8471104 or 12631422. OLE color: 12631422.
HSL color Cylindrical-coordinate representation of color #7EBDC0: hue angle of 182.73º 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 #7EBDC0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 189 | 192 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.25 |
| HSL | 182.73º | 0.34% | 0.62% | - |
| HSV(B) | 182.73º | 0.34% | 0.75% | - |
| XYZ | 36.32 | 44.64 | 56.57 | - |
| YUV | 170.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 192 | 0.34 | 0.02 | 0 | 0.25 | 182.73 | 0.34 | 0.62 |
| Hex | 7E | BD | C0 | 22 | 2 | 0 | 19 | B7 | 22 | 3E |
| Octal | 176 | 275 | 300 | 42 | 2 | 0 | 31 | 267 | 42 | 76 |
| Binary | 1111110 | 10111101 | 11000000 | 100010 | 10 | 0 | 11001 | 10110111 | 100010 | 111110 |
Color Harmonies of #7EBDC0
Complementary color
Monochromatic Colors of #7EBDC0
Black with #7EBDC0
Text Example
Text Example
White with #7EBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDC0; }
p { color: rgb(126,189,192); }
H1.HeaderClassName
{
color: #7EBDC0;
}
.AnyTagClassName
{
color: #7EBDC0;
}
</style>
background-color css
<style>
a { background-color: #7EBDC0; }
a { background-color: rgb(126,189,192); }
div.DivClassName
{
background-color: #7EBDC0;
}
.BgClassName
{
background-color: #7EBDC0;
}
</style>
border-color css
<style>
span { border-color: #7EBDC0; }
span { border-color: rgb(126,189,192); }
td.TdClassName
{
border-color: #7EBDC0;
}
.TagClassName
{
border-color: #7EBDC0;
}
</style>