Shades of Maya Blue #4ECAFC
Tints of Maya Blue #4ECAFC
RGB
CMYK
RGB Variations
Color information
#4ECAFC (or 0x4ECAFC) is known color: Maya Blue. HEX triplet: 4E, CA and FC. RGB value is (78,202,252). Sum of RGB (Red+Green+Blue) = 78+202+252=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ECAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECAFC is #B13503. Grayscale: #AAAAAA. Windows color (decimal): -11613444 or 16566862. OLE color: 16566862.
HSL color Cylindrical-coordinate representation of color #4ECAFC: hue angle of 197.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECAFC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 202 | 252 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.01 |
| HSL | 197.24º | 0.97% | 0.65% | - |
| HSV(B) | 197.24º | 0.69% | 0.99% | - |
| XYZ | 41.83 | 50.89 | 99.71 | - |
| YUV | 170.62 | 173.92 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 252 | 0.69 | 0.20 | 0 | 0.01 | 197.24 | 0.97 | 0.65 |
| Hex | 4E | CA | FC | 45 | 14 | 0 | 1 | C5 | 61 | 41 |
| Octal | 116 | 312 | 374 | 105 | 24 | 0 | 1 | 305 | 141 | 101 |
| Binary | 1001110 | 11001010 | 11111100 | 1000101 | 10100 | 0 | 1 | 11000101 | 1100001 | 1000001 |
Color Harmonies of #4ECAFC
Complementary color
Monochromatic Colors of #4ECAFC
Black with #4ECAFC
Text Example
Text Example
White with #4ECAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAFC; }
p { color: rgb(78,202,252); }
H1.HeaderClassName
{
color: #4ECAFC;
}
.AnyTagClassName
{
color: #4ECAFC;
}
</style>
background-color css
<style>
a { background-color: #4ECAFC; }
a { background-color: rgb(78,202,252); }
div.DivClassName
{
background-color: #4ECAFC;
}
.BgClassName
{
background-color: #4ECAFC;
}
</style>
border-color css
<style>
span { border-color: #4ECAFC; }
span { border-color: rgb(78,202,252); }
td.TdClassName
{
border-color: #4ECAFC;
}
.TagClassName
{
border-color: #4ECAFC;
}
</style>