Shades of Maya Blue #5ECFFE
Tints of Maya Blue #5ECFFE
RGB
CMYK
RGB Variations
Color information
#5ECFFE (or 0x5ECFFE) is known color: Maya Blue. HEX triplet: 5E, CF and FE. RGB value is (94,207,254). Sum of RGB (Red+Green+Blue) = 94+207+254=555 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.94% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ECFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECFFE is #A13001. Grayscale: #B2B2B2. Windows color (decimal): -10563586 or 16699230. OLE color: 16699230.
HSL color Cylindrical-coordinate representation of color #5ECFFE: hue angle of 197.62º 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 #5ECFFE is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 207 | 254 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.00 |
| HSL | 197.63º | 0.99% | 0.68% | - |
| HSV(B) | 197.63º | 0.63% | 1% | - |
| XYZ | 44.82 | 54.16 | 101.86 | - |
| YUV | 178.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 254 | 0.63 | 0.19 | 0 | 0.00 | 197.63 | 0.99 | 0.68 |
| Hex | 5E | CF | FE | 3F | 13 | 0 | 0 | C6 | 63 | 44 |
| Octal | 136 | 317 | 376 | 77 | 23 | 0 | 0 | 306 | 143 | 104 |
| Binary | 1011110 | 11001111 | 11111110 | 111111 | 10011 | 0 | 0 | 11000110 | 1100011 | 1000100 |
Color Harmonies of #5ECFFE
Complementary color
Monochromatic Colors of #5ECFFE
Black with #5ECFFE
Text Example
Text Example
White with #5ECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFFE; }
p { color: rgb(94,207,254); }
H1.HeaderClassName
{
color: #5ECFFE;
}
.AnyTagClassName
{
color: #5ECFFE;
}
</style>
background-color css
<style>
a { background-color: #5ECFFE; }
a { background-color: rgb(94,207,254); }
div.DivClassName
{
background-color: #5ECFFE;
}
.BgClassName
{
background-color: #5ECFFE;
}
</style>
border-color css
<style>
span { border-color: #5ECFFE; }
span { border-color: rgb(94,207,254); }
td.TdClassName
{
border-color: #5ECFFE;
}
.TagClassName
{
border-color: #5ECFFE;
}
</style>