Shades of Maya Blue #7EC0FB
Tints of Maya Blue #7EC0FB
RGB
CMYK
RGB Variations
Color information
#7EC0FB (or 0x7EC0FB) is known color: Maya Blue. HEX triplet: 7E, C0 and FB. RGB value is (126,192,251). Sum of RGB (Red+Green+Blue) = 126+192+251=569 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.14% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EC0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC0FB is #813F04. Grayscale: #B2B2B2. Windows color (decimal): -8470277 or 16498814. OLE color: 16498814.
HSL color Cylindrical-coordinate representation of color #7EC0FB: hue angle of 208.32º degrees, saturation: 0.94, 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 #7EC0FB is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 192 | 251 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.02 |
| HSL | 208.32º | 0.94% | 0.74% | - |
| HSV(B) | 208.32º | 0.5% | 0.98% | - |
| XYZ | 44.87 | 49.1 | 98.38 | - |
| YUV | 178.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 251 | 0.50 | 0.24 | 0 | 0.02 | 208.32 | 0.94 | 0.74 |
| Hex | 7E | C0 | FB | 32 | 18 | 0 | 2 | D0 | 5E | 4A |
| Octal | 176 | 300 | 373 | 62 | 30 | 0 | 2 | 320 | 136 | 112 |
| Binary | 1111110 | 11000000 | 11111011 | 110010 | 11000 | 0 | 10 | 11010000 | 1011110 | 1001010 |
Color Harmonies of #7EC0FB
Complementary color
Monochromatic Colors of #7EC0FB
Black with #7EC0FB
Text Example
Text Example
White with #7EC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0FB; }
p { color: rgb(126,192,251); }
H1.HeaderClassName
{
color: #7EC0FB;
}
.AnyTagClassName
{
color: #7EC0FB;
}
</style>
background-color css
<style>
a { background-color: #7EC0FB; }
a { background-color: rgb(126,192,251); }
div.DivClassName
{
background-color: #7EC0FB;
}
.BgClassName
{
background-color: #7EC0FB;
}
</style>
border-color css
<style>
span { border-color: #7EC0FB; }
span { border-color: rgb(126,192,251); }
td.TdClassName
{
border-color: #7EC0FB;
}
.TagClassName
{
border-color: #7EC0FB;
}
</style>