Shades of Maya Blue #7EC0FA
Tints of Maya Blue #7EC0FA
RGB
CMYK
RGB Variations
Color information
#7EC0FA (or 0x7EC0FA) is known color: Maya Blue. HEX triplet: 7E, C0 and FA. RGB value is (126,192,250). Sum of RGB (Red+Green+Blue) = 126+192+250=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC0FA is #813F05. Grayscale: #B2B2B2. Windows color (decimal): -8470278 or 16433278. OLE color: 16433278.
HSL color Cylindrical-coordinate representation of color #7EC0FA: hue angle of 208.06º 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 #7EC0FA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 192 | 250 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.02 |
| HSL | 208.06º | 0.93% | 0.74% | - |
| HSV(B) | 208.06º | 0.5% | 0.98% | - |
| XYZ | 44.71 | 49.04 | 97.55 | - |
| YUV | 178.88 | 168.13 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 250 | 0.50 | 0.23 | 0 | 0.02 | 208.06 | 0.93 | 0.74 |
| Hex | 7E | C0 | FA | 32 | 17 | 0 | 2 | D0 | 5D | 4A |
| Octal | 176 | 300 | 372 | 62 | 27 | 0 | 2 | 320 | 135 | 112 |
| Binary | 1111110 | 11000000 | 11111010 | 110010 | 10111 | 0 | 10 | 11010000 | 1011101 | 1001010 |
Color Harmonies of #7EC0FA
Complementary color
Monochromatic Colors of #7EC0FA
Black with #7EC0FA
Text Example
Text Example
White with #7EC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0FA; }
p { color: rgb(126,192,250); }
H1.HeaderClassName
{
color: #7EC0FA;
}
.AnyTagClassName
{
color: #7EC0FA;
}
</style>
background-color css
<style>
a { background-color: #7EC0FA; }
a { background-color: rgb(126,192,250); }
div.DivClassName
{
background-color: #7EC0FA;
}
.BgClassName
{
background-color: #7EC0FA;
}
</style>
border-color css
<style>
span { border-color: #7EC0FA; }
span { border-color: rgb(126,192,250); }
td.TdClassName
{
border-color: #7EC0FA;
}
.TagClassName
{
border-color: #7EC0FA;
}
</style>