Shades of Maya Blue #5EC0FC
Tints of Maya Blue #5EC0FC
RGB
CMYK
RGB Variations
Color information
#5EC0FC (or 0x5EC0FC) is known color: Maya Blue. HEX triplet: 5E, C0 and FC. RGB value is (94,192,252). Sum of RGB (Red+Green+Blue) = 94+192+252=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EC0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC0FC is #A13F03. Grayscale: #A9A9A9. Windows color (decimal): -10567428 or 16564318. OLE color: 16564318.
HSL color Cylindrical-coordinate representation of color #5EC0FC: hue angle of 202.78º degrees, saturation: 0.96, 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 #5EC0FC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 192 | 252 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.01 |
| HSL | 202.78º | 0.96% | 0.68% | - |
| HSV(B) | 202.78º | 0.63% | 0.99% | - |
| XYZ | 41.04 | 47.11 | 99.03 | - |
| YUV | 169.54 | 174.53 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 252 | 0.63 | 0.24 | 0 | 0.01 | 202.78 | 0.96 | 0.68 |
| Hex | 5E | C0 | FC | 3F | 18 | 0 | 1 | CB | 60 | 44 |
| Octal | 136 | 300 | 374 | 77 | 30 | 0 | 1 | 313 | 140 | 104 |
| Binary | 1011110 | 11000000 | 11111100 | 111111 | 11000 | 0 | 1 | 11001011 | 1100000 | 1000100 |
Color Harmonies of #5EC0FC
Complementary color
Monochromatic Colors of #5EC0FC
Black with #5EC0FC
Text Example
Text Example
White with #5EC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC0FC; }
p { color: rgb(94,192,252); }
H1.HeaderClassName
{
color: #5EC0FC;
}
.AnyTagClassName
{
color: #5EC0FC;
}
</style>
background-color css
<style>
a { background-color: #5EC0FC; }
a { background-color: rgb(94,192,252); }
div.DivClassName
{
background-color: #5EC0FC;
}
.BgClassName
{
background-color: #5EC0FC;
}
</style>
border-color css
<style>
span { border-color: #5EC0FC; }
span { border-color: rgb(94,192,252); }
td.TdClassName
{
border-color: #5EC0FC;
}
.TagClassName
{
border-color: #5EC0FC;
}
</style>