Shades of Maya Blue #7EC5FA
Tints of Maya Blue #7EC5FA
RGB
CMYK
RGB Variations
Color information
#7EC5FA (or 0x7EC5FA) is known color: Maya Blue. HEX triplet: 7E, C5 and FA. RGB value is (126,197,250). Sum of RGB (Red+Green+Blue) = 126+197+250=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EC5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC5FA is #813A05. Grayscale: #B5B5B5. Windows color (decimal): -8468998 or 16434558. OLE color: 16434558.
HSL color Cylindrical-coordinate representation of color #7EC5FA: hue angle of 205.65º 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 #7EC5FA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 197 | 250 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.02 |
| HSL | 205.65º | 0.93% | 0.74% | - |
| HSV(B) | 205.65º | 0.5% | 0.98% | - |
| XYZ | 45.83 | 51.27 | 97.92 | - |
| YUV | 181.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 250 | 0.50 | 0.21 | 0 | 0.02 | 205.65 | 0.93 | 0.74 |
| Hex | 7E | C5 | FA | 32 | 15 | 0 | 2 | CE | 5D | 4A |
| Octal | 176 | 305 | 372 | 62 | 25 | 0 | 2 | 316 | 135 | 112 |
| Binary | 1111110 | 11000101 | 11111010 | 110010 | 10101 | 0 | 10 | 11001110 | 1011101 | 1001010 |
Color Harmonies of #7EC5FA
Complementary color
Monochromatic Colors of #7EC5FA
Black with #7EC5FA
Text Example
Text Example
White with #7EC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC5FA; }
p { color: rgb(126,197,250); }
H1.HeaderClassName
{
color: #7EC5FA;
}
.AnyTagClassName
{
color: #7EC5FA;
}
</style>
background-color css
<style>
a { background-color: #7EC5FA; }
a { background-color: rgb(126,197,250); }
div.DivClassName
{
background-color: #7EC5FA;
}
.BgClassName
{
background-color: #7EC5FA;
}
</style>
border-color css
<style>
span { border-color: #7EC5FA; }
span { border-color: rgb(126,197,250); }
td.TdClassName
{
border-color: #7EC5FA;
}
.TagClassName
{
border-color: #7EC5FA;
}
</style>