Shades of Maya Blue #5ECFFD
Tints of Maya Blue #5ECFFD
RGB
CMYK
RGB Variations
Color information
#5ECFFD (or 0x5ECFFD) is known color: Maya Blue. HEX triplet: 5E, CF and FD. RGB value is (94,207,253). Sum of RGB (Red+Green+Blue) = 94+207+253=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ECFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECFFD is #A13002. Grayscale: #B2B2B2. Windows color (decimal): -10563587 or 16633694. OLE color: 16633694.
HSL color Cylindrical-coordinate representation of color #5ECFFD: hue angle of 197.36º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ECFFD is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 207 | 253 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.01 |
| HSL | 197.36º | 0.98% | 0.68% | - |
| HSV(B) | 197.36º | 0.63% | 0.99% | - |
| XYZ | 44.66 | 54.1 | 101.02 | - |
| YUV | 178.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 253 | 0.63 | 0.18 | 0 | 0.01 | 197.36 | 0.98 | 0.68 |
| Hex | 5E | CF | FD | 3F | 12 | 0 | 1 | C5 | 62 | 44 |
| Octal | 136 | 317 | 375 | 77 | 22 | 0 | 1 | 305 | 142 | 104 |
| Binary | 1011110 | 11001111 | 11111101 | 111111 | 10010 | 0 | 1 | 11000101 | 1100010 | 1000100 |
Color Harmonies of #5ECFFD
Complementary color
Monochromatic Colors of #5ECFFD
Black with #5ECFFD
Text Example
Text Example
White with #5ECFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFFD; }
p { color: rgb(94,207,253); }
H1.HeaderClassName
{
color: #5ECFFD;
}
.AnyTagClassName
{
color: #5ECFFD;
}
</style>
background-color css
<style>
a { background-color: #5ECFFD; }
a { background-color: rgb(94,207,253); }
div.DivClassName
{
background-color: #5ECFFD;
}
.BgClassName
{
background-color: #5ECFFD;
}
</style>
border-color css
<style>
span { border-color: #5ECFFD; }
span { border-color: rgb(94,207,253); }
td.TdClassName
{
border-color: #5ECFFD;
}
.TagClassName
{
border-color: #5ECFFD;
}
</style>