Shades of Maya Blue #4EC2FC
Tints of Maya Blue #4EC2FC
RGB
CMYK
RGB Variations
Color information
#4EC2FC (or 0x4EC2FC) is known color: Maya Blue. HEX triplet: 4E, C2 and FC. RGB value is (78,194,252). Sum of RGB (Red+Green+Blue) = 78+194+252=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EC2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC2FC is #B13D03. Grayscale: #A5A5A5. Windows color (decimal): -11615492 or 16564814. OLE color: 16564814.
HSL color Cylindrical-coordinate representation of color #4EC2FC: hue angle of 200º 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 #4EC2FC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 194 | 252 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.01 |
| HSL | 200º | 0.97% | 0.65% | - |
| HSV(B) | 200º | 0.69% | 0.99% | - |
| XYZ | 40 | 47.23 | 99.1 | - |
| YUV | 165.93 | 176.57 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 252 | 0.69 | 0.23 | 0 | 0.01 | 200 | 0.97 | 0.65 |
| Hex | 4E | C2 | FC | 45 | 17 | 0 | 1 | C8 | 61 | 41 |
| Octal | 116 | 302 | 374 | 105 | 27 | 0 | 1 | 310 | 141 | 101 |
| Binary | 1001110 | 11000010 | 11111100 | 1000101 | 10111 | 0 | 1 | 11001000 | 1100001 | 1000001 |
Color Harmonies of #4EC2FC
Complementary color
Monochromatic Colors of #4EC2FC
Black with #4EC2FC
Text Example
Text Example
White with #4EC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC2FC; }
p { color: rgb(78,194,252); }
H1.HeaderClassName
{
color: #4EC2FC;
}
.AnyTagClassName
{
color: #4EC2FC;
}
</style>
background-color css
<style>
a { background-color: #4EC2FC; }
a { background-color: rgb(78,194,252); }
div.DivClassName
{
background-color: #4EC2FC;
}
.BgClassName
{
background-color: #4EC2FC;
}
</style>
border-color css
<style>
span { border-color: #4EC2FC; }
span { border-color: rgb(78,194,252); }
td.TdClassName
{
border-color: #4EC2FC;
}
.TagClassName
{
border-color: #4EC2FC;
}
</style>