Shades of Maya Blue #7EBDFC
Tints of Maya Blue #7EBDFC
RGB
CMYK
RGB Variations
Color information
#7EBDFC (or 0x7EBDFC) is known color: Maya Blue. HEX triplet: 7E, BD and FC. RGB value is (126,189,252). Sum of RGB (Red+Green+Blue) = 126+189+252=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EBDFC is #814203. Grayscale: #B1B1B1. Windows color (decimal): -8471044 or 16563582. OLE color: 16563582.
HSL color Cylindrical-coordinate representation of color #7EBDFC: hue angle of 210º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EBDFC is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 189 | 252 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.01 |
| HSL | 210º | 0.95% | 0.74% | - |
| HSV(B) | 210º | 0.5% | 0.99% | - |
| XYZ | 44.37 | 47.86 | 98.99 | - |
| YUV | 177.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 252 | 0.5 | 0.25 | 0 | 0.01 | 210 | 0.95 | 0.74 |
| Hex | 7E | BD | FC | 32 | 19 | 0 | 1 | D2 | 5F | 4A |
| Octal | 176 | 275 | 374 | 62 | 31 | 0 | 1 | 322 | 137 | 112 |
| Binary | 1111110 | 10111101 | 11111100 | 110010 | 11001 | 0 | 1 | 11010010 | 1011111 | 1001010 |
Color Harmonies of #7EBDFC
Complementary color
Monochromatic Colors of #7EBDFC
Black with #7EBDFC
Text Example
Text Example
White with #7EBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDFC; }
p { color: rgb(126,189,252); }
H1.HeaderClassName
{
color: #7EBDFC;
}
.AnyTagClassName
{
color: #7EBDFC;
}
</style>
background-color css
<style>
a { background-color: #7EBDFC; }
a { background-color: rgb(126,189,252); }
div.DivClassName
{
background-color: #7EBDFC;
}
.BgClassName
{
background-color: #7EBDFC;
}
</style>
border-color css
<style>
span { border-color: #7EBDFC; }
span { border-color: rgb(126,189,252); }
td.TdClassName
{
border-color: #7EBDFC;
}
.TagClassName
{
border-color: #7EBDFC;
}
</style>