Shades of Maya Blue #4ECDFF
Tints of Maya Blue #4ECDFF
RGB
CMYK
RGB Variations
Color information
#4ECDFF (or 0x4ECDFF) is known color: Maya Blue. HEX triplet: 4E, CD and FF. RGB value is (78,205,255). Sum of RGB (Red+Green+Blue) = 78+205+255=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ECDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDFF is #B13200. Grayscale: #ACACAC. Windows color (decimal): -11612673 or 16764238. OLE color: 16764238.
HSL color Cylindrical-coordinate representation of color #4ECDFF: hue angle of 196.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECDFF is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 205 | 255 | - |
| CMYK | 0.69 | 0.20 | 0 | 0 |
| HSL | 196.95º | 1% | 0.65% | - |
| HSV(B) | 196.95º | 0.69% | 1% | - |
| XYZ | 43.02 | 52.5 | 102.47 | - |
| YUV | 172.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 255 | 0.69 | 0.20 | 0 | 0 | 196.95 | 1 | 0.65 |
| Hex | 4E | CD | FF | 45 | 14 | 0 | 0 | C5 | 64 | 41 |
| Octal | 116 | 315 | 377 | 105 | 24 | 0 | 0 | 305 | 144 | 101 |
| Binary | 1001110 | 11001101 | 11111111 | 1000101 | 10100 | 0 | 0 | 11000101 | 1100100 | 1000001 |
Color Harmonies of #4ECDFF
Complementary color
Monochromatic Colors of #4ECDFF
Black with #4ECDFF
Text Example
Text Example
White with #4ECDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDFF; }
p { color: rgb(78,205,255); }
H1.HeaderClassName
{
color: #4ECDFF;
}
.AnyTagClassName
{
color: #4ECDFF;
}
</style>
background-color css
<style>
a { background-color: #4ECDFF; }
a { background-color: rgb(78,205,255); }
div.DivClassName
{
background-color: #4ECDFF;
}
.BgClassName
{
background-color: #4ECDFF;
}
</style>
border-color css
<style>
span { border-color: #4ECDFF; }
span { border-color: rgb(78,205,255); }
td.TdClassName
{
border-color: #4ECDFF;
}
.TagClassName
{
border-color: #4ECDFF;
}
</style>