Shades of Maya Blue #4CCCFC
Tints of Maya Blue #4CCCFC
RGB
CMYK
RGB Variations
Color information
#4CCCFC (or 0x4CCCFC) is known color: Maya Blue. HEX triplet: 4C, CC and FC. RGB value is (76,204,252). Sum of RGB (Red+Green+Blue) = 76+204+252=532 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.29% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CCCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCFC is #B33303. Grayscale: #AAAAAA. Windows color (decimal): -11744004 or 16567372. OLE color: 16567372.
HSL color Cylindrical-coordinate representation of color #4CCCFC: hue angle of 196.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCCFC is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 204 | 252 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.01 |
| HSL | 196.36º | 0.97% | 0.64% | - |
| HSV(B) | 196.36º | 0.7% | 0.99% | - |
| XYZ | 42.14 | 51.75 | 99.86 | - |
| YUV | 171.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 252 | 0.70 | 0.19 | 0 | 0.01 | 196.36 | 0.97 | 0.64 |
| Hex | 4C | CC | FC | 46 | 13 | 0 | 1 | C4 | 61 | 40 |
| Octal | 114 | 314 | 374 | 106 | 23 | 0 | 1 | 304 | 141 | 100 |
| Binary | 1001100 | 11001100 | 11111100 | 1000110 | 10011 | 0 | 1 | 11000100 | 1100001 | 1000000 |
Color Harmonies of #4CCCFC
Complementary color
Monochromatic Colors of #4CCCFC
Black with #4CCCFC
Text Example
Text Example
White with #4CCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCFC; }
p { color: rgb(76,204,252); }
H1.HeaderClassName
{
color: #4CCCFC;
}
.AnyTagClassName
{
color: #4CCCFC;
}
</style>
background-color css
<style>
a { background-color: #4CCCFC; }
a { background-color: rgb(76,204,252); }
div.DivClassName
{
background-color: #4CCCFC;
}
.BgClassName
{
background-color: #4CCCFC;
}
</style>
border-color css
<style>
span { border-color: #4CCCFC; }
span { border-color: rgb(76,204,252); }
td.TdClassName
{
border-color: #4CCCFC;
}
.TagClassName
{
border-color: #4CCCFC;
}
</style>