Shades of Maya Blue #7EC1F8
Tints of Maya Blue #7EC1F8
RGB
CMYK
RGB Variations
Color information
#7EC1F8 (or 0x7EC1F8) is known color: Maya Blue. HEX triplet: 7E, C1 and F8. RGB value is (126,193,248). Sum of RGB (Red+Green+Blue) = 126+193+248=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #7EC1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EC1F8 is #813E07. Grayscale: #B2B2B2. Windows color (decimal): -8470024 or 16302462. OLE color: 16302462.
HSL color Cylindrical-coordinate representation of color #7EC1F8: hue angle of 207.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EC1F8 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 193 | 248 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.03 |
| HSL | 207.05º | 0.9% | 0.73% | - |
| HSV(B) | 207.05º | 0.49% | 0.97% | - |
| XYZ | 44.62 | 49.35 | 95.98 | - |
| YUV | 179.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 248 | 0.49 | 0.22 | 0 | 0.03 | 207.05 | 0.9 | 0.73 |
| Hex | 7E | C1 | F8 | 31 | 16 | 0 | 3 | CF | 5A | 49 |
| Octal | 176 | 301 | 370 | 61 | 26 | 0 | 3 | 317 | 132 | 111 |
| Binary | 1111110 | 11000001 | 11111000 | 110001 | 10110 | 0 | 11 | 11001111 | 1011010 | 1001001 |
Color Harmonies of #7EC1F8
Complementary color
Monochromatic Colors of #7EC1F8
Black with #7EC1F8
Text Example
Text Example
White with #7EC1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC1F8; }
p { color: rgb(126,193,248); }
H1.HeaderClassName
{
color: #7EC1F8;
}
.AnyTagClassName
{
color: #7EC1F8;
}
</style>
background-color css
<style>
a { background-color: #7EC1F8; }
a { background-color: rgb(126,193,248); }
div.DivClassName
{
background-color: #7EC1F8;
}
.BgClassName
{
background-color: #7EC1F8;
}
</style>
border-color css
<style>
span { border-color: #7EC1F8; }
span { border-color: rgb(126,193,248); }
td.TdClassName
{
border-color: #7EC1F8;
}
.TagClassName
{
border-color: #7EC1F8;
}
</style>