Shades of Maya Blue #5EC6FE
Tints of Maya Blue #5EC6FE
RGB
CMYK
RGB Variations
Color information
#5EC6FE (or 0x5EC6FE) is known color: Maya Blue. HEX triplet: 5E, C6 and FE. RGB value is (94,198,254). Sum of RGB (Red+Green+Blue) = 94+198+254=546 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.22% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EC6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC6FE is #A13901. Grayscale: #ACACAC. Windows color (decimal): -10565890 or 16696926. OLE color: 16696926.
HSL color Cylindrical-coordinate representation of color #5EC6FE: hue angle of 201º 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 #5EC6FE is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 198 | 254 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.00 |
| HSL | 201º | 0.99% | 0.68% | - |
| HSV(B) | 201º | 0.63% | 1% | - |
| XYZ | 42.7 | 49.92 | 101.15 | - |
| YUV | 173.29 | 173.54 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 198 | 254 | 0.63 | 0.22 | 0 | 0.00 | 201 | 0.99 | 0.68 |
| Hex | 5E | C6 | FE | 3F | 16 | 0 | 0 | C9 | 63 | 44 |
| Octal | 136 | 306 | 376 | 77 | 26 | 0 | 0 | 311 | 143 | 104 |
| Binary | 1011110 | 11000110 | 11111110 | 111111 | 10110 | 0 | 0 | 11001001 | 1100011 | 1000100 |
Color Harmonies of #5EC6FE
Complementary color
Monochromatic Colors of #5EC6FE
Black with #5EC6FE
Text Example
Text Example
White with #5EC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC6FE; }
p { color: rgb(94,198,254); }
H1.HeaderClassName
{
color: #5EC6FE;
}
.AnyTagClassName
{
color: #5EC6FE;
}
</style>
background-color css
<style>
a { background-color: #5EC6FE; }
a { background-color: rgb(94,198,254); }
div.DivClassName
{
background-color: #5EC6FE;
}
.BgClassName
{
background-color: #5EC6FE;
}
</style>
border-color css
<style>
span { border-color: #5EC6FE; }
span { border-color: rgb(94,198,254); }
td.TdClassName
{
border-color: #5EC6FE;
}
.TagClassName
{
border-color: #5EC6FE;
}
</style>