Shades of Maya Blue #7EBAFF
Tints of Maya Blue #7EBAFF
RGB
CMYK
RGB Variations
Color information
#7EBAFF (or 0x7EBAFF) is known color: Maya Blue. HEX triplet: 7E, BA and FF. RGB value is (126,186,255). Sum of RGB (Red+Green+Blue) = 126+186+255=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBAFF is #814500. Grayscale: #AFAFAF. Windows color (decimal): -8471809 or 16759422. OLE color: 16759422.
HSL color Cylindrical-coordinate representation of color #7EBAFF: hue angle of 212.09º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EBAFF is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 186 | 255 | - |
| CMYK | 0.51 | 0.27 | 0 | 0 |
| HSL | 212.09º | 1% | 0.75% | - |
| HSV(B) | 212.09º | 0.51% | 1% | - |
| XYZ | 44.21 | 46.77 | 101.31 | - |
| YUV | 175.93 | 172.62 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 255 | 0.51 | 0.27 | 0 | 0 | 212.09 | 1 | 0.75 |
| Hex | 7E | BA | FF | 33 | 1B | 0 | 0 | D4 | 64 | 4B |
| Octal | 176 | 272 | 377 | 63 | 33 | 0 | 0 | 324 | 144 | 113 |
| Binary | 1111110 | 10111010 | 11111111 | 110011 | 11011 | 0 | 0 | 11010100 | 1100100 | 1001011 |
Color Harmonies of #7EBAFF
Complementary color
Monochromatic Colors of #7EBAFF
Black with #7EBAFF
Text Example
Text Example
White with #7EBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBAFF; }
p { color: rgb(126,186,255); }
H1.HeaderClassName
{
color: #7EBAFF;
}
.AnyTagClassName
{
color: #7EBAFF;
}
</style>
background-color css
<style>
a { background-color: #7EBAFF; }
a { background-color: rgb(126,186,255); }
div.DivClassName
{
background-color: #7EBAFF;
}
.BgClassName
{
background-color: #7EBAFF;
}
</style>
border-color css
<style>
span { border-color: #7EBAFF; }
span { border-color: rgb(126,186,255); }
td.TdClassName
{
border-color: #7EBAFF;
}
.TagClassName
{
border-color: #7EBAFF;
}
</style>