Shades of Maya Blue #5ECEFE
Tints of Maya Blue #5ECEFE
RGB
CMYK
RGB Variations
Color information
#5ECEFE (or 0x5ECEFE) is known color: Maya Blue. HEX triplet: 5E, CE and FE. RGB value is (94,206,254). Sum of RGB (Red+Green+Blue) = 94+206+254=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ECEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEFE is #A13101. Grayscale: #B1B1B1. Windows color (decimal): -10563842 or 16698974. OLE color: 16698974.
HSL color Cylindrical-coordinate representation of color #5ECEFE: hue angle of 198º 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 #5ECEFE is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 206 | 254 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.00 |
| HSL | 198º | 0.99% | 0.68% | - |
| HSV(B) | 198º | 0.63% | 1% | - |
| XYZ | 44.58 | 53.68 | 101.78 | - |
| YUV | 177.98 | 170.89 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 254 | 0.63 | 0.19 | 0 | 0.00 | 198 | 0.99 | 0.68 |
| Hex | 5E | CE | FE | 3F | 13 | 0 | 0 | C6 | 63 | 44 |
| Octal | 136 | 316 | 376 | 77 | 23 | 0 | 0 | 306 | 143 | 104 |
| Binary | 1011110 | 11001110 | 11111110 | 111111 | 10011 | 0 | 0 | 11000110 | 1100011 | 1000100 |
Color Harmonies of #5ECEFE
Complementary color
Monochromatic Colors of #5ECEFE
Black with #5ECEFE
Text Example
Text Example
White with #5ECEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEFE; }
p { color: rgb(94,206,254); }
H1.HeaderClassName
{
color: #5ECEFE;
}
.AnyTagClassName
{
color: #5ECEFE;
}
</style>
background-color css
<style>
a { background-color: #5ECEFE; }
a { background-color: rgb(94,206,254); }
div.DivClassName
{
background-color: #5ECEFE;
}
.BgClassName
{
background-color: #5ECEFE;
}
</style>
border-color css
<style>
span { border-color: #5ECEFE; }
span { border-color: rgb(94,206,254); }
td.TdClassName
{
border-color: #5ECEFE;
}
.TagClassName
{
border-color: #5ECEFE;
}
</style>