Shades of Maya Blue #4EC2FF
Tints of Maya Blue #4EC2FF
RGB
CMYK
RGB Variations
Color information
#4EC2FF (or 0x4EC2FF) is known color: Maya Blue. HEX triplet: 4E, C2 and FF. RGB value is (78,194,255). Sum of RGB (Red+Green+Blue) = 78+194+255=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EC2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC2FF is #B13D00. Grayscale: #A5A5A5. Windows color (decimal): -11615489 or 16761422. OLE color: 16761422.
HSL color Cylindrical-coordinate representation of color #4EC2FF: hue angle of 200.68º 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 #4EC2FF is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 194 | 255 | - |
| CMYK | 0.69 | 0.24 | 0 | 0 |
| HSL | 200.68º | 1% | 0.65% | - |
| HSV(B) | 200.68º | 0.69% | 1% | - |
| XYZ | 40.48 | 47.42 | 101.63 | - |
| YUV | 166.27 | 178.07 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 255 | 0.69 | 0.24 | 0 | 0 | 200.68 | 1 | 0.65 |
| Hex | 4E | C2 | FF | 45 | 18 | 0 | 0 | C9 | 64 | 41 |
| Octal | 116 | 302 | 377 | 105 | 30 | 0 | 0 | 311 | 144 | 101 |
| Binary | 1001110 | 11000010 | 11111111 | 1000101 | 11000 | 0 | 0 | 11001001 | 1100100 | 1000001 |
Color Harmonies of #4EC2FF
Complementary color
Monochromatic Colors of #4EC2FF
Black with #4EC2FF
Text Example
Text Example
White with #4EC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC2FF; }
p { color: rgb(78,194,255); }
H1.HeaderClassName
{
color: #4EC2FF;
}
.AnyTagClassName
{
color: #4EC2FF;
}
</style>
background-color css
<style>
a { background-color: #4EC2FF; }
a { background-color: rgb(78,194,255); }
div.DivClassName
{
background-color: #4EC2FF;
}
.BgClassName
{
background-color: #4EC2FF;
}
</style>
border-color css
<style>
span { border-color: #4EC2FF; }
span { border-color: rgb(78,194,255); }
td.TdClassName
{
border-color: #4EC2FF;
}
.TagClassName
{
border-color: #4EC2FF;
}
</style>