Shades of Maya Blue #7EBDFF
Tints of Maya Blue #7EBDFF
RGB
CMYK
RGB Variations
Color information
#7EBDFF (or 0x7EBDFF) is known color: Maya Blue. HEX triplet: 7E, BD and FF. RGB value is (126,189,255). Sum of RGB (Red+Green+Blue) = 126+189+255=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBDFF is #814200. Grayscale: #B1B1B1. Windows color (decimal): -8471041 or 16760190. OLE color: 16760190.
HSL color Cylindrical-coordinate representation of color #7EBDFF: hue angle of 210.7º 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 #7EBDFF is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 189 | 255 | - |
| CMYK | 0.51 | 0.26 | 0 | 0 |
| HSL | 210.7º | 1% | 0.75% | - |
| HSV(B) | 210.7º | 0.51% | 1% | - |
| XYZ | 44.85 | 48.05 | 101.52 | - |
| YUV | 177.69 | 171.63 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 255 | 0.51 | 0.26 | 0 | 0 | 210.7 | 1 | 0.75 |
| Hex | 7E | BD | FF | 33 | 1A | 0 | 0 | D3 | 64 | 4B |
| Octal | 176 | 275 | 377 | 63 | 32 | 0 | 0 | 323 | 144 | 113 |
| Binary | 1111110 | 10111101 | 11111111 | 110011 | 11010 | 0 | 0 | 11010011 | 1100100 | 1001011 |
Color Harmonies of #7EBDFF
Complementary color
Monochromatic Colors of #7EBDFF
Black with #7EBDFF
Text Example
Text Example
White with #7EBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDFF; }
p { color: rgb(126,189,255); }
H1.HeaderClassName
{
color: #7EBDFF;
}
.AnyTagClassName
{
color: #7EBDFF;
}
</style>
background-color css
<style>
a { background-color: #7EBDFF; }
a { background-color: rgb(126,189,255); }
div.DivClassName
{
background-color: #7EBDFF;
}
.BgClassName
{
background-color: #7EBDFF;
}
</style>
border-color css
<style>
span { border-color: #7EBDFF; }
span { border-color: rgb(126,189,255); }
td.TdClassName
{
border-color: #7EBDFF;
}
.TagClassName
{
border-color: #7EBDFF;
}
</style>