Shades of Monte Carlo #7EBDBC
Tints of Monte Carlo #7EBDBC
RGB
CMYK
RGB Variations
Color information
#7EBDBC (or 0x7EBDBC) is known color: Monte Carlo. HEX triplet: 7E, BD and BC. RGB value is (126,189,188). Sum of RGB (Red+Green+Blue) = 126+189+188=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDBC is #814243. Grayscale: #A9A9A9. Windows color (decimal): -8471108 or 12369278. OLE color: 12369278.
HSL color Cylindrical-coordinate representation of color #7EBDBC: hue angle of 179.05º 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 #7EBDBC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 188 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.26 |
| HSL | 179.05º | 0.32% | 0.62% | - |
| HSV(B) | 179.05º | 0.33% | 0.74% | - |
| XYZ | 35.88 | 44.46 | 54.27 | - |
| YUV | 170.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 188 | 0.33 | 0 | 0.01 | 0.26 | 179.05 | 0.32 | 0.62 |
| Hex | 7E | BD | BC | 21 | 0 | 1 | 1A | B3 | 20 | 3E |
| Octal | 176 | 275 | 274 | 41 | 0 | 1 | 32 | 263 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10111100 | 100001 | 0 | 1 | 11010 | 10110011 | 100000 | 111110 |
Color Harmonies of #7EBDBC
Complementary color
Monochromatic Colors of #7EBDBC
Black with #7EBDBC
Text Example
Text Example
White with #7EBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDBC; }
p { color: rgb(126,189,188); }
H1.HeaderClassName
{
color: #7EBDBC;
}
.AnyTagClassName
{
color: #7EBDBC;
}
</style>
background-color css
<style>
a { background-color: #7EBDBC; }
a { background-color: rgb(126,189,188); }
div.DivClassName
{
background-color: #7EBDBC;
}
.BgClassName
{
background-color: #7EBDBC;
}
</style>
border-color css
<style>
span { border-color: #7EBDBC; }
span { border-color: rgb(126,189,188); }
td.TdClassName
{
border-color: #7EBDBC;
}
.TagClassName
{
border-color: #7EBDBC;
}
</style>