Shades of Maya Blue #5EC9FE
Tints of Maya Blue #5EC9FE
RGB
CMYK
RGB Variations
Color information
#5EC9FE (or 0x5EC9FE) is known color: Maya Blue. HEX triplet: 5E, C9 and FE. RGB value is (94,201,254). Sum of RGB (Red+Green+Blue) = 94+201+254=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EC9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC9FE is #A13601. Grayscale: #AEAEAE. Windows color (decimal): -10565122 or 16697694. OLE color: 16697694.
HSL color Cylindrical-coordinate representation of color #5EC9FE: hue angle of 199.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EC9FE is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 201 | 254 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.00 |
| HSL | 199.88º | 0.99% | 0.68% | - |
| HSV(B) | 199.88º | 0.63% | 1% | - |
| XYZ | 43.39 | 51.31 | 101.38 | - |
| YUV | 175.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 254 | 0.63 | 0.21 | 0 | 0.00 | 199.88 | 0.99 | 0.68 |
| Hex | 5E | C9 | FE | 3F | 15 | 0 | 0 | C8 | 63 | 44 |
| Octal | 136 | 311 | 376 | 77 | 25 | 0 | 0 | 310 | 143 | 104 |
| Binary | 1011110 | 11001001 | 11111110 | 111111 | 10101 | 0 | 0 | 11001000 | 1100011 | 1000100 |
Color Harmonies of #5EC9FE
Complementary color
Monochromatic Colors of #5EC9FE
Black with #5EC9FE
Text Example
Text Example
White with #5EC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC9FE; }
p { color: rgb(94,201,254); }
H1.HeaderClassName
{
color: #5EC9FE;
}
.AnyTagClassName
{
color: #5EC9FE;
}
</style>
background-color css
<style>
a { background-color: #5EC9FE; }
a { background-color: rgb(94,201,254); }
div.DivClassName
{
background-color: #5EC9FE;
}
.BgClassName
{
background-color: #5EC9FE;
}
</style>
border-color css
<style>
span { border-color: #5EC9FE; }
span { border-color: rgb(94,201,254); }
td.TdClassName
{
border-color: #5EC9FE;
}
.TagClassName
{
border-color: #5EC9FE;
}
</style>