Shades of Maya Blue #5ECDFF
Tints of Maya Blue #5ECDFF
RGB
CMYK
RGB Variations
Color information
#5ECDFF (or 0x5ECDFF) is known color: Maya Blue. HEX triplet: 5E, CD and FF. RGB value is (94,205,255). Sum of RGB (Red+Green+Blue) = 94+205+255=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ECDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECDFF is #A13200. Grayscale: #B1B1B1. Windows color (decimal): -10564097 or 16764254. OLE color: 16764254.
HSL color Cylindrical-coordinate representation of color #5ECDFF: hue angle of 198.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ECDFF is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 205 | 255 | - |
| CMYK | 0.63 | 0.20 | 0 | 0 |
| HSL | 198.63º | 1% | 0.68% | - |
| HSV(B) | 198.63º | 0.63% | 1% | - |
| XYZ | 44.5 | 53.26 | 102.54 | - |
| YUV | 177.51 | 171.73 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 255 | 0.63 | 0.20 | 0 | 0 | 198.63 | 1 | 0.68 |
| Hex | 5E | CD | FF | 3F | 14 | 0 | 0 | C7 | 64 | 44 |
| Octal | 136 | 315 | 377 | 77 | 24 | 0 | 0 | 307 | 144 | 104 |
| Binary | 1011110 | 11001101 | 11111111 | 111111 | 10100 | 0 | 0 | 11000111 | 1100100 | 1000100 |
Color Harmonies of #5ECDFF
Complementary color
Monochromatic Colors of #5ECDFF
Black with #5ECDFF
Text Example
Text Example
White with #5ECDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDFF; }
p { color: rgb(94,205,255); }
H1.HeaderClassName
{
color: #5ECDFF;
}
.AnyTagClassName
{
color: #5ECDFF;
}
</style>
background-color css
<style>
a { background-color: #5ECDFF; }
a { background-color: rgb(94,205,255); }
div.DivClassName
{
background-color: #5ECDFF;
}
.BgClassName
{
background-color: #5ECDFF;
}
</style>
border-color css
<style>
span { border-color: #5ECDFF; }
span { border-color: rgb(94,205,255); }
td.TdClassName
{
border-color: #5ECDFF;
}
.TagClassName
{
border-color: #5ECDFF;
}
</style>