Shades of Maya Blue #7EBBFD
Tints of Maya Blue #7EBBFD
RGB
CMYK
RGB Variations
Color information
#7EBBFD (or 0x7EBBFD) is known color: Maya Blue. HEX triplet: 7E, BB and FD. RGB value is (126,187,253). Sum of RGB (Red+Green+Blue) = 126+187+253=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EBBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBFD is #814402. Grayscale: #AFAFAF. Windows color (decimal): -8471555 or 16628606. OLE color: 16628606.
HSL color Cylindrical-coordinate representation of color #7EBBFD: hue angle of 211.18º degrees, saturation: 0.97, 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 #7EBBFD is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 187 | 253 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.01 |
| HSL | 211.18º | 0.97% | 0.74% | - |
| HSV(B) | 211.18º | 0.5% | 0.99% | - |
| XYZ | 44.1 | 47.07 | 99.69 | - |
| YUV | 176.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 253 | 0.50 | 0.26 | 0 | 0.01 | 211.18 | 0.97 | 0.74 |
| Hex | 7E | BB | FD | 32 | 1A | 0 | 1 | D3 | 61 | 4A |
| Octal | 176 | 273 | 375 | 62 | 32 | 0 | 1 | 323 | 141 | 112 |
| Binary | 1111110 | 10111011 | 11111101 | 110010 | 11010 | 0 | 1 | 11010011 | 1100001 | 1001010 |
Color Harmonies of #7EBBFD
Complementary color
Monochromatic Colors of #7EBBFD
Black with #7EBBFD
Text Example
Text Example
White with #7EBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBFD; }
p { color: rgb(126,187,253); }
H1.HeaderClassName
{
color: #7EBBFD;
}
.AnyTagClassName
{
color: #7EBBFD;
}
</style>
background-color css
<style>
a { background-color: #7EBBFD; }
a { background-color: rgb(126,187,253); }
div.DivClassName
{
background-color: #7EBBFD;
}
.BgClassName
{
background-color: #7EBBFD;
}
</style>
border-color css
<style>
span { border-color: #7EBBFD; }
span { border-color: rgb(126,187,253); }
td.TdClassName
{
border-color: #7EBBFD;
}
.TagClassName
{
border-color: #7EBBFD;
}
</style>