Shades of Maya Blue #4ECAFE
Tints of Maya Blue #4ECAFE
RGB
CMYK
RGB Variations
Color information
#4ECAFE (or 0x4ECAFE) is known color: Maya Blue. HEX triplet: 4E, CA and FE. RGB value is (78,202,254). Sum of RGB (Red+Green+Blue) = 78+202+254=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ECAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECAFE is #B13501. Grayscale: #AAAAAA. Windows color (decimal): -11613442 or 16697934. OLE color: 16697934.
HSL color Cylindrical-coordinate representation of color #4ECAFE: hue angle of 197.73º 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 #4ECAFE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 202 | 254 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.00 |
| HSL | 197.73º | 0.99% | 0.65% | - |
| HSV(B) | 197.73º | 0.69% | 1% | - |
| XYZ | 42.15 | 51.02 | 101.39 | - |
| YUV | 170.85 | 174.92 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 254 | 0.69 | 0.20 | 0 | 0.00 | 197.73 | 0.99 | 0.65 |
| Hex | 4E | CA | FE | 45 | 14 | 0 | 0 | C6 | 63 | 41 |
| Octal | 116 | 312 | 376 | 105 | 24 | 0 | 0 | 306 | 143 | 101 |
| Binary | 1001110 | 11001010 | 11111110 | 1000101 | 10100 | 0 | 0 | 11000110 | 1100011 | 1000001 |
Color Harmonies of #4ECAFE
Complementary color
Monochromatic Colors of #4ECAFE
Black with #4ECAFE
Text Example
Text Example
White with #4ECAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAFE; }
p { color: rgb(78,202,254); }
H1.HeaderClassName
{
color: #4ECAFE;
}
.AnyTagClassName
{
color: #4ECAFE;
}
</style>
background-color css
<style>
a { background-color: #4ECAFE; }
a { background-color: rgb(78,202,254); }
div.DivClassName
{
background-color: #4ECAFE;
}
.BgClassName
{
background-color: #4ECAFE;
}
</style>
border-color css
<style>
span { border-color: #4ECAFE; }
span { border-color: rgb(78,202,254); }
td.TdClassName
{
border-color: #4ECAFE;
}
.TagClassName
{
border-color: #4ECAFE;
}
</style>