Shades of Maya Blue #7EAFFB
Tints of Maya Blue #7EAFFB
RGB
CMYK
RGB Variations
Color information
#7EAFFB (or 0x7EAFFB) is known color: Maya Blue. HEX triplet: 7E, AF and FB. RGB value is (126,175,251). Sum of RGB (Red+Green+Blue) = 126+175+251=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAFFB is #815004. Grayscale: #A8A8A8. Windows color (decimal): -8474629 or 16494462. OLE color: 16494462.
HSL color Cylindrical-coordinate representation of color #7EAFFB: hue angle of 216.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EAFFB is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 175 | 251 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.02 |
| HSL | 216.48º | 0.94% | 0.74% | - |
| HSV(B) | 216.48º | 0.5% | 0.98% | - |
| XYZ | 41.35 | 42.06 | 97.21 | - |
| YUV | 169.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 251 | 0.50 | 0.30 | 0 | 0.02 | 216.48 | 0.94 | 0.74 |
| Hex | 7E | AF | FB | 32 | 1E | 0 | 2 | D8 | 5E | 4A |
| Octal | 176 | 257 | 373 | 62 | 36 | 0 | 2 | 330 | 136 | 112 |
| Binary | 1111110 | 10101111 | 11111011 | 110010 | 11110 | 0 | 10 | 11011000 | 1011110 | 1001010 |
Color Harmonies of #7EAFFB
Complementary color
Monochromatic Colors of #7EAFFB
Black with #7EAFFB
Text Example
Text Example
White with #7EAFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFFB; }
p { color: rgb(126,175,251); }
H1.HeaderClassName
{
color: #7EAFFB;
}
.AnyTagClassName
{
color: #7EAFFB;
}
</style>
background-color css
<style>
a { background-color: #7EAFFB; }
a { background-color: rgb(126,175,251); }
div.DivClassName
{
background-color: #7EAFFB;
}
.BgClassName
{
background-color: #7EAFFB;
}
</style>
border-color css
<style>
span { border-color: #7EAFFB; }
span { border-color: rgb(126,175,251); }
td.TdClassName
{
border-color: #7EAFFB;
}
.TagClassName
{
border-color: #7EAFFB;
}
</style>