Shades of Maya Blue #7EBBF7
Tints of Maya Blue #7EBBF7
RGB
CMYK
RGB Variations
Color information
#7EBBF7 (or 0x7EBBF7) is known color: Maya Blue. HEX triplet: 7E, BB and F7. RGB value is (126,187,247). Sum of RGB (Red+Green+Blue) = 126+187+247=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #7EBBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBF7 is #814408. Grayscale: #AFAFAF. Windows color (decimal): -8471561 or 16235390. OLE color: 16235390.
HSL color Cylindrical-coordinate representation of color #7EBBF7: hue angle of 209.75º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EBBF7 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 187 | 247 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.03 |
| HSL | 209.75º | 0.88% | 0.73% | - |
| HSV(B) | 209.75º | 0.49% | 0.97% | - |
| XYZ | 43.16 | 46.69 | 94.73 | - |
| YUV | 175.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 247 | 0.49 | 0.24 | 0 | 0.03 | 209.75 | 0.88 | 0.73 |
| Hex | 7E | BB | F7 | 31 | 18 | 0 | 3 | D2 | 58 | 49 |
| Octal | 176 | 273 | 367 | 61 | 30 | 0 | 3 | 322 | 130 | 111 |
| Binary | 1111110 | 10111011 | 11110111 | 110001 | 11000 | 0 | 11 | 11010010 | 1011000 | 1001001 |
Color Harmonies of #7EBBF7
Complementary color
Monochromatic Colors of #7EBBF7
Black with #7EBBF7
Text Example
Text Example
White with #7EBBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBF7; }
p { color: rgb(126,187,247); }
H1.HeaderClassName
{
color: #7EBBF7;
}
.AnyTagClassName
{
color: #7EBBF7;
}
</style>
background-color css
<style>
a { background-color: #7EBBF7; }
a { background-color: rgb(126,187,247); }
div.DivClassName
{
background-color: #7EBBF7;
}
.BgClassName
{
background-color: #7EBBF7;
}
</style>
border-color css
<style>
span { border-color: #7EBBF7; }
span { border-color: rgb(126,187,247); }
td.TdClassName
{
border-color: #7EBBF7;
}
.TagClassName
{
border-color: #7EBBF7;
}
</style>