Shades of Maya Blue #4CCCFD
Tints of Maya Blue #4CCCFD
RGB
CMYK
RGB Variations
Color information
#4CCCFD (or 0x4CCCFD) is known color: Maya Blue. HEX triplet: 4C, CC and FD. RGB value is (76,204,253). Sum of RGB (Red+Green+Blue) = 76+204+253=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCFD is #B33302. Grayscale: #AAAAAA. Windows color (decimal): -11744003 or 16632908. OLE color: 16632908.
HSL color Cylindrical-coordinate representation of color #4CCCFD: hue angle of 196.61º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCCFD is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 204 | 253 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.01 |
| HSL | 196.61º | 0.98% | 0.65% | - |
| HSV(B) | 196.61º | 0.7% | 0.99% | - |
| XYZ | 42.3 | 51.81 | 100.7 | - |
| YUV | 171.31 | 174.09 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 253 | 0.70 | 0.19 | 0 | 0.01 | 196.61 | 0.98 | 0.65 |
| Hex | 4C | CC | FD | 46 | 13 | 0 | 1 | C5 | 62 | 41 |
| Octal | 114 | 314 | 375 | 106 | 23 | 0 | 1 | 305 | 142 | 101 |
| Binary | 1001100 | 11001100 | 11111101 | 1000110 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000001 |
Color Harmonies of #4CCCFD
Complementary color
Monochromatic Colors of #4CCCFD
Black with #4CCCFD
Text Example
Text Example
White with #4CCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCFD; }
p { color: rgb(76,204,253); }
H1.HeaderClassName
{
color: #4CCCFD;
}
.AnyTagClassName
{
color: #4CCCFD;
}
</style>
background-color css
<style>
a { background-color: #4CCCFD; }
a { background-color: rgb(76,204,253); }
div.DivClassName
{
background-color: #4CCCFD;
}
.BgClassName
{
background-color: #4CCCFD;
}
</style>
border-color css
<style>
span { border-color: #4CCCFD; }
span { border-color: rgb(76,204,253); }
td.TdClassName
{
border-color: #4CCCFD;
}
.TagClassName
{
border-color: #4CCCFD;
}
</style>