Shades of Maya Blue #4EC0FF
Tints of Maya Blue #4EC0FF
RGB
CMYK
RGB Variations
Color information
#4EC0FF (or 0x4EC0FF) is known color: Maya Blue. HEX triplet: 4E, C0 and FF. RGB value is (78,192,255). Sum of RGB (Red+Green+Blue) = 78+192+255=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0FF is #B13F00. Grayscale: #A4A4A4. Windows color (decimal): -11616001 or 16760910. OLE color: 16760910.
HSL color Cylindrical-coordinate representation of color #4EC0FF: hue angle of 201.36º 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 #4EC0FF is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 192 | 255 | - |
| CMYK | 0.69 | 0.25 | 0 | 0 |
| HSL | 201.36º | 1% | 0.65% | - |
| HSV(B) | 201.36º | 0.69% | 1% | - |
| XYZ | 40.04 | 46.54 | 101.48 | - |
| YUV | 165.1 | 178.73 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 255 | 0.69 | 0.25 | 0 | 0 | 201.36 | 1 | 0.65 |
| Hex | 4E | C0 | FF | 45 | 19 | 0 | 0 | C9 | 64 | 41 |
| Octal | 116 | 300 | 377 | 105 | 31 | 0 | 0 | 311 | 144 | 101 |
| Binary | 1001110 | 11000000 | 11111111 | 1000101 | 11001 | 0 | 0 | 11001001 | 1100100 | 1000001 |
Color Harmonies of #4EC0FF
Complementary color
Monochromatic Colors of #4EC0FF
Black with #4EC0FF
Text Example
Text Example
White with #4EC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0FF; }
p { color: rgb(78,192,255); }
H1.HeaderClassName
{
color: #4EC0FF;
}
.AnyTagClassName
{
color: #4EC0FF;
}
</style>
background-color css
<style>
a { background-color: #4EC0FF; }
a { background-color: rgb(78,192,255); }
div.DivClassName
{
background-color: #4EC0FF;
}
.BgClassName
{
background-color: #4EC0FF;
}
</style>
border-color css
<style>
span { border-color: #4EC0FF; }
span { border-color: rgb(78,192,255); }
td.TdClassName
{
border-color: #4EC0FF;
}
.TagClassName
{
border-color: #4EC0FF;
}
</style>