Shades of Maya Blue #7EBAFD
Tints of Maya Blue #7EBAFD
RGB
CMYK
RGB Variations
Color information
#7EBAFD (or 0x7EBAFD) is known color: Maya Blue. HEX triplet: 7E, BA and FD. RGB value is (126,186,253). Sum of RGB (Red+Green+Blue) = 126+186+253=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAFD is #814502. Grayscale: #AFAFAF. Windows color (decimal): -8471811 or 16628350. OLE color: 16628350.
HSL color Cylindrical-coordinate representation of color #7EBAFD: hue angle of 211.65º 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 #7EBAFD is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 186 | 253 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.01 |
| HSL | 211.65º | 0.97% | 0.74% | - |
| HSV(B) | 211.65º | 0.5% | 0.99% | - |
| XYZ | 43.89 | 46.65 | 99.62 | - |
| YUV | 175.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 253 | 0.50 | 0.26 | 0 | 0.01 | 211.65 | 0.97 | 0.74 |
| Hex | 7E | BA | FD | 32 | 1A | 0 | 1 | D4 | 61 | 4A |
| Octal | 176 | 272 | 375 | 62 | 32 | 0 | 1 | 324 | 141 | 112 |
| Binary | 1111110 | 10111010 | 11111101 | 110010 | 11010 | 0 | 1 | 11010100 | 1100001 | 1001010 |
Color Harmonies of #7EBAFD
Complementary color
Monochromatic Colors of #7EBAFD
Black with #7EBAFD
Text Example
Text Example
White with #7EBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAFD; }
p { color: rgb(126,186,253); }
H1.HeaderClassName
{
color: #7EBAFD;
}
.AnyTagClassName
{
color: #7EBAFD;
}
</style>
background-color css
<style>
a { background-color: #7EBAFD; }
a { background-color: rgb(126,186,253); }
div.DivClassName
{
background-color: #7EBAFD;
}
.BgClassName
{
background-color: #7EBAFD;
}
</style>
border-color css
<style>
span { border-color: #7EBAFD; }
span { border-color: rgb(126,186,253); }
td.TdClassName
{
border-color: #7EBAFD;
}
.TagClassName
{
border-color: #7EBAFD;
}
</style>