Shades of Maya Blue #4DC0FE
Tints of Maya Blue #4DC0FE
RGB
CMYK
RGB Variations
Color information
#4DC0FE (or 0x4DC0FE) is known color: Maya Blue. HEX triplet: 4D, C0 and FE. RGB value is (77,192,254). Sum of RGB (Red+Green+Blue) = 77+192+254=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC0FE is #B23F01. Grayscale: #A4A4A4. Windows color (decimal): -11681538 or 16695373. OLE color: 16695373.
HSL color Cylindrical-coordinate representation of color #4DC0FE: hue angle of 201.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DC0FE is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 192 | 254 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.00 |
| HSL | 201.02º | 0.99% | 0.65% | - |
| HSV(B) | 201.02º | 0.7% | 1% | - |
| XYZ | 39.8 | 46.43 | 100.63 | - |
| YUV | 164.68 | 178.4 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 254 | 0.70 | 0.24 | 0 | 0.00 | 201.02 | 0.99 | 0.65 |
| Hex | 4D | C0 | FE | 46 | 18 | 0 | 0 | C9 | 63 | 41 |
| Octal | 115 | 300 | 376 | 106 | 30 | 0 | 0 | 311 | 143 | 101 |
| Binary | 1001101 | 11000000 | 11111110 | 1000110 | 11000 | 0 | 0 | 11001001 | 1100011 | 1000001 |
Color Harmonies of #4DC0FE
Complementary color
Monochromatic Colors of #4DC0FE
Black with #4DC0FE
Text Example
Text Example
White with #4DC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0FE; }
p { color: rgb(77,192,254); }
H1.HeaderClassName
{
color: #4DC0FE;
}
.AnyTagClassName
{
color: #4DC0FE;
}
</style>
background-color css
<style>
a { background-color: #4DC0FE; }
a { background-color: rgb(77,192,254); }
div.DivClassName
{
background-color: #4DC0FE;
}
.BgClassName
{
background-color: #4DC0FE;
}
</style>
border-color css
<style>
span { border-color: #4DC0FE; }
span { border-color: rgb(77,192,254); }
td.TdClassName
{
border-color: #4DC0FE;
}
.TagClassName
{
border-color: #4DC0FE;
}
</style>