Shades of Maya Blue #7EC4FA
Tints of Maya Blue #7EC4FA
RGB
CMYK
RGB Variations
Color information
#7EC4FA (or 0x7EC4FA) is known color: Maya Blue. HEX triplet: 7E, C4 and FA. RGB value is (126,196,250). Sum of RGB (Red+Green+Blue) = 126+196+250=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC4FA is #813B05. Grayscale: #B4B4B4. Windows color (decimal): -8469254 or 16434302. OLE color: 16434302.
HSL color Cylindrical-coordinate representation of color #7EC4FA: hue angle of 206.13º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EC4FA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 196 | 250 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.02 |
| HSL | 206.13º | 0.93% | 0.74% | - |
| HSV(B) | 206.13º | 0.5% | 0.98% | - |
| XYZ | 45.6 | 50.82 | 97.85 | - |
| YUV | 181.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 250 | 0.50 | 0.22 | 0 | 0.02 | 206.13 | 0.93 | 0.74 |
| Hex | 7E | C4 | FA | 32 | 16 | 0 | 2 | CE | 5D | 4A |
| Octal | 176 | 304 | 372 | 62 | 26 | 0 | 2 | 316 | 135 | 112 |
| Binary | 1111110 | 11000100 | 11111010 | 110010 | 10110 | 0 | 10 | 11001110 | 1011101 | 1001010 |
Color Harmonies of #7EC4FA
Complementary color
Monochromatic Colors of #7EC4FA
Black with #7EC4FA
Text Example
Text Example
White with #7EC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC4FA; }
p { color: rgb(126,196,250); }
H1.HeaderClassName
{
color: #7EC4FA;
}
.AnyTagClassName
{
color: #7EC4FA;
}
</style>
background-color css
<style>
a { background-color: #7EC4FA; }
a { background-color: rgb(126,196,250); }
div.DivClassName
{
background-color: #7EC4FA;
}
.BgClassName
{
background-color: #7EC4FA;
}
</style>
border-color css
<style>
span { border-color: #7EC4FA; }
span { border-color: rgb(126,196,250); }
td.TdClassName
{
border-color: #7EC4FA;
}
.TagClassName
{
border-color: #7EC4FA;
}
</style>