Shades of Maya Blue #4CCCFF
Tints of Maya Blue #4CCCFF
RGB
CMYK
RGB Variations
Color information
#4CCCFF (or 0x4CCCFF) is known color: Maya Blue. HEX triplet: 4C, CC and FF. RGB value is (76,204,255). Sum of RGB (Red+Green+Blue) = 76+204+255=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCFF is #B33300. Grayscale: #ABABAB. Windows color (decimal): -11744001 or 16763980. OLE color: 16763980.
HSL color Cylindrical-coordinate representation of color #4CCCFF: hue angle of 197.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCCFF is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 204 | 255 | - |
| CMYK | 0.70 | 0.2 | 0 | 0 |
| HSL | 197.1º | 1% | 0.65% | - |
| HSV(B) | 197.1º | 0.7% | 1% | - |
| XYZ | 42.62 | 51.94 | 102.39 | - |
| YUV | 171.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 255 | 0.70 | 0.2 | 0 | 0 | 197.1 | 1 | 0.65 |
| Hex | 4C | CC | FF | 46 | 14 | 0 | 0 | C5 | 64 | 41 |
| Octal | 114 | 314 | 377 | 106 | 24 | 0 | 0 | 305 | 144 | 101 |
| Binary | 1001100 | 11001100 | 11111111 | 1000110 | 10100 | 0 | 0 | 11000101 | 1100100 | 1000001 |
Color Harmonies of #4CCCFF
Complementary color
Monochromatic Colors of #4CCCFF
Black with #4CCCFF
Text Example
Text Example
White with #4CCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCFF; }
p { color: rgb(76,204,255); }
H1.HeaderClassName
{
color: #4CCCFF;
}
.AnyTagClassName
{
color: #4CCCFF;
}
</style>
background-color css
<style>
a { background-color: #4CCCFF; }
a { background-color: rgb(76,204,255); }
div.DivClassName
{
background-color: #4CCCFF;
}
.BgClassName
{
background-color: #4CCCFF;
}
</style>
border-color css
<style>
span { border-color: #4CCCFF; }
span { border-color: rgb(76,204,255); }
td.TdClassName
{
border-color: #4CCCFF;
}
.TagClassName
{
border-color: #4CCCFF;
}
</style>