Shades of Maya Blue #7EAEFD
Tints of Maya Blue #7EAEFD
RGB
CMYK
RGB Variations
Color information
#7EAEFD (or 0x7EAEFD) is known color: Maya Blue. HEX triplet: 7E, AE and FD. RGB value is (126,174,253). Sum of RGB (Red+Green+Blue) = 126+174+253=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAEFD is #815102. Grayscale: #A8A8A8. Windows color (decimal): -8474883 or 16625278. OLE color: 16625278.
HSL color Cylindrical-coordinate representation of color #7EAEFD: hue angle of 217.32º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EAEFD is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 174 | 253 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.01 |
| HSL | 217.32º | 0.97% | 0.74% | - |
| HSV(B) | 217.32º | 0.5% | 0.99% | - |
| XYZ | 41.47 | 41.8 | 98.81 | - |
| YUV | 168.65 | 175.6 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 253 | 0.50 | 0.31 | 0 | 0.01 | 217.32 | 0.97 | 0.74 |
| Hex | 7E | AE | FD | 32 | 1F | 0 | 1 | D9 | 61 | 4A |
| Octal | 176 | 256 | 375 | 62 | 37 | 0 | 1 | 331 | 141 | 112 |
| Binary | 1111110 | 10101110 | 11111101 | 110010 | 11111 | 0 | 1 | 11011001 | 1100001 | 1001010 |
Color Harmonies of #7EAEFD
Complementary color
Monochromatic Colors of #7EAEFD
Black with #7EAEFD
Text Example
Text Example
White with #7EAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAEFD; }
p { color: rgb(126,174,253); }
H1.HeaderClassName
{
color: #7EAEFD;
}
.AnyTagClassName
{
color: #7EAEFD;
}
</style>
background-color css
<style>
a { background-color: #7EAEFD; }
a { background-color: rgb(126,174,253); }
div.DivClassName
{
background-color: #7EAEFD;
}
.BgClassName
{
background-color: #7EAEFD;
}
</style>
border-color css
<style>
span { border-color: #7EAEFD; }
span { border-color: rgb(126,174,253); }
td.TdClassName
{
border-color: #7EAEFD;
}
.TagClassName
{
border-color: #7EAEFD;
}
</style>