Shades of Maya Blue #7EBAEC
Tints of Maya Blue #7EBAEC
RGB
CMYK
RGB Variations
Color information
#7EBAEC (or 0x7EBAEC) is known color: Maya Blue. HEX triplet: 7E, BA and EC. RGB value is (126,186,236). Sum of RGB (Red+Green+Blue) = 126+186+236=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EBAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAEC is #814513. Grayscale: #ADADAD. Windows color (decimal): -8471828 or 15514238. OLE color: 15514238.
HSL color Cylindrical-coordinate representation of color #7EBAEC: hue angle of 207.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EBAEC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 186 | 236 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.07 |
| HSL | 207.27º | 0.74% | 0.71% | - |
| HSV(B) | 207.27º | 0.47% | 0.93% | - |
| XYZ | 41.3 | 45.61 | 85.98 | - |
| YUV | 173.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 236 | 0.47 | 0.21 | 0 | 0.07 | 207.27 | 0.74 | 0.71 |
| Hex | 7E | BA | EC | 2F | 15 | 0 | 7 | CF | 4A | 47 |
| Octal | 176 | 272 | 354 | 57 | 25 | 0 | 7 | 317 | 112 | 107 |
| Binary | 1111110 | 10111010 | 11101100 | 101111 | 10101 | 0 | 111 | 11001111 | 1001010 | 1000111 |
Color Harmonies of #7EBAEC
Complementary color
Monochromatic Colors of #7EBAEC
Black with #7EBAEC
Text Example
Text Example
White with #7EBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAEC; }
p { color: rgb(126,186,236); }
H1.HeaderClassName
{
color: #7EBAEC;
}
.AnyTagClassName
{
color: #7EBAEC;
}
</style>
background-color css
<style>
a { background-color: #7EBAEC; }
a { background-color: rgb(126,186,236); }
div.DivClassName
{
background-color: #7EBAEC;
}
.BgClassName
{
background-color: #7EBAEC;
}
</style>
border-color css
<style>
span { border-color: #7EBAEC; }
span { border-color: rgb(126,186,236); }
td.TdClassName
{
border-color: #7EBAEC;
}
.TagClassName
{
border-color: #7EBAEC;
}
</style>