Shades of Maya Blue #7EC1FC
Tints of Maya Blue #7EC1FC
RGB
CMYK
RGB Variations
Color information
#7EC1FC (or 0x7EC1FC) is known color: Maya Blue. HEX triplet: 7E, C1 and FC. RGB value is (126,193,252). Sum of RGB (Red+Green+Blue) = 126+193+252=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EC1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC1FC is #813E03. Grayscale: #B3B3B3. Windows color (decimal): -8470020 or 16564606. OLE color: 16564606.
HSL color Cylindrical-coordinate representation of color #7EC1FC: hue angle of 208.1º degrees, saturation: 0.95, 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 #7EC1FC is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 193 | 252 | - |
| CMYK | 0.5 | 0.23 | 0 | 0.01 |
| HSL | 208.1º | 0.95% | 0.74% | - |
| HSV(B) | 208.1º | 0.5% | 0.99% | - |
| XYZ | 45.24 | 49.6 | 99.29 | - |
| YUV | 179.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 252 | 0.5 | 0.23 | 0 | 0.01 | 208.1 | 0.95 | 0.74 |
| Hex | 7E | C1 | FC | 32 | 17 | 0 | 1 | D0 | 5F | 4A |
| Octal | 176 | 301 | 374 | 62 | 27 | 0 | 1 | 320 | 137 | 112 |
| Binary | 1111110 | 11000001 | 11111100 | 110010 | 10111 | 0 | 1 | 11010000 | 1011111 | 1001010 |
Color Harmonies of #7EC1FC
Complementary color
Monochromatic Colors of #7EC1FC
Black with #7EC1FC
Text Example
Text Example
White with #7EC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1FC; }
p { color: rgb(126,193,252); }
H1.HeaderClassName
{
color: #7EC1FC;
}
.AnyTagClassName
{
color: #7EC1FC;
}
</style>
background-color css
<style>
a { background-color: #7EC1FC; }
a { background-color: rgb(126,193,252); }
div.DivClassName
{
background-color: #7EC1FC;
}
.BgClassName
{
background-color: #7EC1FC;
}
</style>
border-color css
<style>
span { border-color: #7EC1FC; }
span { border-color: rgb(126,193,252); }
td.TdClassName
{
border-color: #7EC1FC;
}
.TagClassName
{
border-color: #7EC1FC;
}
</style>