Shades of Maya Blue #4DCCFE
Tints of Maya Blue #4DCCFE
RGB
CMYK
RGB Variations
Color information
#4DCCFE (or 0x4DCCFE) is known color: Maya Blue. HEX triplet: 4D, CC and FE. RGB value is (77,204,254). Sum of RGB (Red+Green+Blue) = 77+204+254=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCFE is #B23301. Grayscale: #ABABAB. Windows color (decimal): -11678466 or 16698445. OLE color: 16698445.
HSL color Cylindrical-coordinate representation of color #4DCCFE: hue angle of 196.95º 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 #4DCCFE is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 204 | 254 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.00 |
| HSL | 196.95º | 0.99% | 0.65% | - |
| HSV(B) | 196.95º | 0.7% | 1% | - |
| XYZ | 42.54 | 51.92 | 101.55 | - |
| YUV | 171.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 254 | 0.70 | 0.20 | 0 | 0.00 | 196.95 | 0.99 | 0.65 |
| Hex | 4D | CC | FE | 46 | 14 | 0 | 0 | C5 | 63 | 41 |
| Octal | 115 | 314 | 376 | 106 | 24 | 0 | 0 | 305 | 143 | 101 |
| Binary | 1001101 | 11001100 | 11111110 | 1000110 | 10100 | 0 | 0 | 11000101 | 1100011 | 1000001 |
Color Harmonies of #4DCCFE
Complementary color
Monochromatic Colors of #4DCCFE
Black with #4DCCFE
Text Example
Text Example
White with #4DCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCFE; }
p { color: rgb(77,204,254); }
H1.HeaderClassName
{
color: #4DCCFE;
}
.AnyTagClassName
{
color: #4DCCFE;
}
</style>
background-color css
<style>
a { background-color: #4DCCFE; }
a { background-color: rgb(77,204,254); }
div.DivClassName
{
background-color: #4DCCFE;
}
.BgClassName
{
background-color: #4DCCFE;
}
</style>
border-color css
<style>
span { border-color: #4DCCFE; }
span { border-color: rgb(77,204,254); }
td.TdClassName
{
border-color: #4DCCFE;
}
.TagClassName
{
border-color: #4DCCFE;
}
</style>