Shades of Maya Blue #5EAEFA
Tints of Maya Blue #5EAEFA
RGB
CMYK
RGB Variations
Color information
#5EAEFA (or 0x5EAEFA) is known color: Maya Blue. HEX triplet: 5E, AE and FA. RGB value is (94,174,250). Sum of RGB (Red+Green+Blue) = 94+174+250=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #5EAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEFA is #A15105. Grayscale: #9E9E9E. Windows color (decimal): -10572038 or 16428638. OLE color: 16428638.
HSL color Cylindrical-coordinate representation of color #5EAEFA: hue angle of 209.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EAEFA is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 174 | 250 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.02 |
| HSL | 209.23º | 0.94% | 0.67% | - |
| HSV(B) | 209.23º | 0.62% | 0.98% | - |
| XYZ | 37.01 | 39.55 | 96.13 | - |
| YUV | 158.74 | 179.5 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 250 | 0.62 | 0.30 | 0 | 0.02 | 209.23 | 0.94 | 0.67 |
| Hex | 5E | AE | FA | 3E | 1E | 0 | 2 | D1 | 5E | 43 |
| Octal | 136 | 256 | 372 | 76 | 36 | 0 | 2 | 321 | 136 | 103 |
| Binary | 1011110 | 10101110 | 11111010 | 111110 | 11110 | 0 | 10 | 11010001 | 1011110 | 1000011 |
Color Harmonies of #5EAEFA
Complementary color
Monochromatic Colors of #5EAEFA
Black with #5EAEFA
Text Example
Text Example
White with #5EAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEFA; }
p { color: rgb(94,174,250); }
H1.HeaderClassName
{
color: #5EAEFA;
}
.AnyTagClassName
{
color: #5EAEFA;
}
</style>
background-color css
<style>
a { background-color: #5EAEFA; }
a { background-color: rgb(94,174,250); }
div.DivClassName
{
background-color: #5EAEFA;
}
.BgClassName
{
background-color: #5EAEFA;
}
</style>
border-color css
<style>
span { border-color: #5EAEFA; }
span { border-color: rgb(94,174,250); }
td.TdClassName
{
border-color: #5EAEFA;
}
.TagClassName
{
border-color: #5EAEFA;
}
</style>