Shades of Maya Blue #5EAEFF
Tints of Maya Blue #5EAEFF
RGB
CMYK
RGB Variations
Color information
#5EAEFF (or 0x5EAEFF) is known color: Maya Blue. HEX triplet: 5E, AE and FF. RGB value is (94,174,255). Sum of RGB (Red+Green+Blue) = 94+174+255=523 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.97% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEFF is #A15100. Grayscale: #9E9E9E. Windows color (decimal): -10572033 or 16756318. OLE color: 16756318.
HSL color Cylindrical-coordinate representation of color #5EAEFF: hue angle of 210.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EAEFF is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 174 | 255 | - |
| CMYK | 0.63 | 0.32 | 0 | 0 |
| HSL | 210.19º | 1% | 0.68% | - |
| HSV(B) | 210.19º | 0.63% | 1% | - |
| XYZ | 37.8 | 39.87 | 100.31 | - |
| YUV | 159.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 255 | 0.63 | 0.32 | 0 | 0 | 210.19 | 1 | 0.68 |
| Hex | 5E | AE | FF | 3F | 20 | 0 | 0 | D2 | 64 | 44 |
| Octal | 136 | 256 | 377 | 77 | 40 | 0 | 0 | 322 | 144 | 104 |
| Binary | 1011110 | 10101110 | 11111111 | 111111 | 100000 | 0 | 0 | 11010010 | 1100100 | 1000100 |
Color Harmonies of #5EAEFF
Complementary color
Monochromatic Colors of #5EAEFF
Black with #5EAEFF
Text Example
Text Example
White with #5EAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEFF; }
p { color: rgb(94,174,255); }
H1.HeaderClassName
{
color: #5EAEFF;
}
.AnyTagClassName
{
color: #5EAEFF;
}
</style>
background-color css
<style>
a { background-color: #5EAEFF; }
a { background-color: rgb(94,174,255); }
div.DivClassName
{
background-color: #5EAEFF;
}
.BgClassName
{
background-color: #5EAEFF;
}
</style>
border-color css
<style>
span { border-color: #5EAEFF; }
span { border-color: rgb(94,174,255); }
td.TdClassName
{
border-color: #5EAEFF;
}
.TagClassName
{
border-color: #5EAEFF;
}
</style>