Shades of Maya Blue #4ECDFE
Tints of Maya Blue #4ECDFE
RGB
CMYK
RGB Variations
Color information
#4ECDFE (or 0x4ECDFE) is known color: Maya Blue. HEX triplet: 4E, CD and FE. RGB value is (78,205,254). Sum of RGB (Red+Green+Blue) = 78+205+254=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ECDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDFE is #B13201. Grayscale: #ACACAC. Windows color (decimal): -11612674 or 16698702. OLE color: 16698702.
HSL color Cylindrical-coordinate representation of color #4ECDFE: hue angle of 196.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECDFE is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 205 | 254 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.00 |
| HSL | 196.7º | 0.99% | 0.65% | - |
| HSV(B) | 196.7º | 0.69% | 1% | - |
| XYZ | 42.86 | 52.44 | 101.63 | - |
| YUV | 172.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 254 | 0.69 | 0.19 | 0 | 0.00 | 196.7 | 0.99 | 0.65 |
| Hex | 4E | CD | FE | 45 | 13 | 0 | 0 | C5 | 63 | 41 |
| Octal | 116 | 315 | 376 | 105 | 23 | 0 | 0 | 305 | 143 | 101 |
| Binary | 1001110 | 11001101 | 11111110 | 1000101 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000001 |
Color Harmonies of #4ECDFE
Complementary color
Monochromatic Colors of #4ECDFE
Black with #4ECDFE
Text Example
Text Example
White with #4ECDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDFE; }
p { color: rgb(78,205,254); }
H1.HeaderClassName
{
color: #4ECDFE;
}
.AnyTagClassName
{
color: #4ECDFE;
}
</style>
background-color css
<style>
a { background-color: #4ECDFE; }
a { background-color: rgb(78,205,254); }
div.DivClassName
{
background-color: #4ECDFE;
}
.BgClassName
{
background-color: #4ECDFE;
}
</style>
border-color css
<style>
span { border-color: #4ECDFE; }
span { border-color: rgb(78,205,254); }
td.TdClassName
{
border-color: #4ECDFE;
}
.TagClassName
{
border-color: #4ECDFE;
}
</style>