Shades of Maya Blue #5EAEFD
Tints of Maya Blue #5EAEFD
RGB
CMYK
RGB Variations
Color information
#5EAEFD (or 0x5EAEFD) is known color: Maya Blue. HEX triplet: 5E, AE and FD. RGB value is (94,174,253). Sum of RGB (Red+Green+Blue) = 94+174+253=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #5EAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEFD is #A15102. Grayscale: #9E9E9E. Windows color (decimal): -10572035 or 16625246. OLE color: 16625246.
HSL color Cylindrical-coordinate representation of color #5EAEFD: hue angle of 209.81º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EAEFD is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 174 | 253 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.01 |
| HSL | 209.81º | 0.98% | 0.68% | - |
| HSV(B) | 209.81º | 0.63% | 0.99% | - |
| XYZ | 37.48 | 39.74 | 98.62 | - |
| YUV | 159.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 253 | 0.63 | 0.31 | 0 | 0.01 | 209.81 | 0.98 | 0.68 |
| Hex | 5E | AE | FD | 3F | 1F | 0 | 1 | D2 | 62 | 44 |
| Octal | 136 | 256 | 375 | 77 | 37 | 0 | 1 | 322 | 142 | 104 |
| Binary | 1011110 | 10101110 | 11111101 | 111111 | 11111 | 0 | 1 | 11010010 | 1100010 | 1000100 |
Color Harmonies of #5EAEFD
Complementary color
Monochromatic Colors of #5EAEFD
Black with #5EAEFD
Text Example
Text Example
White with #5EAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEFD; }
p { color: rgb(94,174,253); }
H1.HeaderClassName
{
color: #5EAEFD;
}
.AnyTagClassName
{
color: #5EAEFD;
}
</style>
background-color css
<style>
a { background-color: #5EAEFD; }
a { background-color: rgb(94,174,253); }
div.DivClassName
{
background-color: #5EAEFD;
}
.BgClassName
{
background-color: #5EAEFD;
}
</style>
border-color css
<style>
span { border-color: #5EAEFD; }
span { border-color: rgb(94,174,253); }
td.TdClassName
{
border-color: #5EAEFD;
}
.TagClassName
{
border-color: #5EAEFD;
}
</style>