Shades of Maya Blue #5ECCFF
Tints of Maya Blue #5ECCFF
RGB
CMYK
RGB Variations
Color information
#5ECCFF (or 0x5ECCFF) is known color: Maya Blue. HEX triplet: 5E, CC and FF. RGB value is (94,204,255). Sum of RGB (Red+Green+Blue) = 94+204+255=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ECCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECCFF is #A13300. Grayscale: #B0B0B0. Windows color (decimal): -10564353 or 16763998. OLE color: 16763998.
HSL color Cylindrical-coordinate representation of color #5ECCFF: hue angle of 199.01º 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 #5ECCFF is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 204 | 255 | - |
| CMYK | 0.63 | 0.2 | 0 | 0 |
| HSL | 199.01º | 1% | 0.68% | - |
| HSV(B) | 199.01º | 0.63% | 1% | - |
| XYZ | 44.26 | 52.79 | 102.46 | - |
| YUV | 176.92 | 172.06 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 255 | 0.63 | 0.2 | 0 | 0 | 199.01 | 1 | 0.68 |
| Hex | 5E | CC | FF | 3F | 14 | 0 | 0 | C7 | 64 | 44 |
| Octal | 136 | 314 | 377 | 77 | 24 | 0 | 0 | 307 | 144 | 104 |
| Binary | 1011110 | 11001100 | 11111111 | 111111 | 10100 | 0 | 0 | 11000111 | 1100100 | 1000100 |
Color Harmonies of #5ECCFF
Complementary color
Monochromatic Colors of #5ECCFF
Black with #5ECCFF
Text Example
Text Example
White with #5ECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCFF; }
p { color: rgb(94,204,255); }
H1.HeaderClassName
{
color: #5ECCFF;
}
.AnyTagClassName
{
color: #5ECCFF;
}
</style>
background-color css
<style>
a { background-color: #5ECCFF; }
a { background-color: rgb(94,204,255); }
div.DivClassName
{
background-color: #5ECCFF;
}
.BgClassName
{
background-color: #5ECCFF;
}
</style>
border-color css
<style>
span { border-color: #5ECCFF; }
span { border-color: rgb(94,204,255); }
td.TdClassName
{
border-color: #5ECCFF;
}
.TagClassName
{
border-color: #5ECCFF;
}
</style>