Shades of Maya Blue #7EBBED
Tints of Maya Blue #7EBBED
RGB
CMYK
RGB Variations
Color information
#7EBBED (or 0x7EBBED) is known color: Maya Blue. HEX triplet: 7E, BB and ED. RGB value is (126,187,237). Sum of RGB (Red+Green+Blue) = 126+187+237=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBBED is #814412. Grayscale: #AEAEAE. Windows color (decimal): -8471571 or 15580030. OLE color: 15580030.
HSL color Cylindrical-coordinate representation of color #7EBBED: hue angle of 207.03º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EBBED is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 187 | 237 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.07 |
| HSL | 207.03º | 0.76% | 0.71% | - |
| HSV(B) | 207.03º | 0.47% | 0.93% | - |
| XYZ | 41.66 | 46.09 | 86.82 | - |
| YUV | 174.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 237 | 0.47 | 0.21 | 0 | 0.07 | 207.03 | 0.76 | 0.71 |
| Hex | 7E | BB | ED | 2F | 15 | 0 | 7 | CF | 4C | 47 |
| Octal | 176 | 273 | 355 | 57 | 25 | 0 | 7 | 317 | 114 | 107 |
| Binary | 1111110 | 10111011 | 11101101 | 101111 | 10101 | 0 | 111 | 11001111 | 1001100 | 1000111 |
Color Harmonies of #7EBBED
Complementary color
Monochromatic Colors of #7EBBED
Black with #7EBBED
Text Example
Text Example
White with #7EBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBED; }
p { color: rgb(126,187,237); }
H1.HeaderClassName
{
color: #7EBBED;
}
.AnyTagClassName
{
color: #7EBBED;
}
</style>
background-color css
<style>
a { background-color: #7EBBED; }
a { background-color: rgb(126,187,237); }
div.DivClassName
{
background-color: #7EBBED;
}
.BgClassName
{
background-color: #7EBBED;
}
</style>
border-color css
<style>
span { border-color: #7EBBED; }
span { border-color: rgb(126,187,237); }
td.TdClassName
{
border-color: #7EBBED;
}
.TagClassName
{
border-color: #7EBBED;
}
</style>