Shades of Maya Blue #5ECEFA
Tints of Maya Blue #5ECEFA
RGB
CMYK
RGB Variations
Color information
#5ECEFA (or 0x5ECEFA) is known color: Maya Blue. HEX triplet: 5E, CE and FA. RGB value is (94,206,250). Sum of RGB (Red+Green+Blue) = 94+206+250=550 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.09% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ECEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEFA is #A13105. Grayscale: #B1B1B1. Windows color (decimal): -10563846 or 16436830. OLE color: 16436830.
HSL color Cylindrical-coordinate representation of color #5ECEFA: hue angle of 196.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ECEFA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 206 | 250 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.02 |
| HSL | 196.92º | 0.94% | 0.67% | - |
| HSV(B) | 196.92º | 0.62% | 0.98% | - |
| XYZ | 43.94 | 53.42 | 98.44 | - |
| YUV | 177.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 250 | 0.62 | 0.18 | 0 | 0.02 | 196.92 | 0.94 | 0.67 |
| Hex | 5E | CE | FA | 3E | 12 | 0 | 2 | C5 | 5E | 43 |
| Octal | 136 | 316 | 372 | 76 | 22 | 0 | 2 | 305 | 136 | 103 |
| Binary | 1011110 | 11001110 | 11111010 | 111110 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000011 |
Color Harmonies of #5ECEFA
Complementary color
Monochromatic Colors of #5ECEFA
Black with #5ECEFA
Text Example
Text Example
White with #5ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEFA; }
p { color: rgb(94,206,250); }
H1.HeaderClassName
{
color: #5ECEFA;
}
.AnyTagClassName
{
color: #5ECEFA;
}
</style>
background-color css
<style>
a { background-color: #5ECEFA; }
a { background-color: rgb(94,206,250); }
div.DivClassName
{
background-color: #5ECEFA;
}
.BgClassName
{
background-color: #5ECEFA;
}
</style>
border-color css
<style>
span { border-color: #5ECEFA; }
span { border-color: rgb(94,206,250); }
td.TdClassName
{
border-color: #5ECEFA;
}
.TagClassName
{
border-color: #5ECEFA;
}
</style>