Shades of Glacier #7EBCC3
Tints of Glacier #7EBCC3
RGB
CMYK
RGB Variations
Color information
#7EBCC3 (or 0x7EBCC3) is known color: Glacier. HEX triplet: 7E, BC and C3. RGB value is (126,188,195). Sum of RGB (Red+Green+Blue) = 126+188+195=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #7EBCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCC3 is #81433C. Grayscale: #AAAAAA. Windows color (decimal): -8471357 or 12827774. OLE color: 12827774.
HSL color Cylindrical-coordinate representation of color #7EBCC3: hue angle of 186.09º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EBCC3 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 188 | 195 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.24 |
| HSL | 186.09º | 0.37% | 0.63% | - |
| HSV(B) | 186.09º | 0.35% | 0.76% | - |
| XYZ | 36.44 | 44.34 | 58.27 | - |
| YUV | 170.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 195 | 0.35 | 0.04 | 0 | 0.24 | 186.09 | 0.37 | 0.63 |
| Hex | 7E | BC | C3 | 23 | 4 | 0 | 18 | BA | 25 | 3F |
| Octal | 176 | 274 | 303 | 43 | 4 | 0 | 30 | 272 | 45 | 77 |
| Binary | 1111110 | 10111100 | 11000011 | 100011 | 100 | 0 | 11000 | 10111010 | 100101 | 111111 |
Color Harmonies of #7EBCC3
Complementary color
Monochromatic Colors of #7EBCC3
Black with #7EBCC3
Text Example
Text Example
White with #7EBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBCC3; }
p { color: rgb(126,188,195); }
H1.HeaderClassName
{
color: #7EBCC3;
}
.AnyTagClassName
{
color: #7EBCC3;
}
</style>
background-color css
<style>
a { background-color: #7EBCC3; }
a { background-color: rgb(126,188,195); }
div.DivClassName
{
background-color: #7EBCC3;
}
.BgClassName
{
background-color: #7EBCC3;
}
</style>
border-color css
<style>
span { border-color: #7EBCC3; }
span { border-color: rgb(126,188,195); }
td.TdClassName
{
border-color: #7EBCC3;
}
.TagClassName
{
border-color: #7EBCC3;
}
</style>