Shades of Maya Blue #4CCAFD
Tints of Maya Blue #4CCAFD
RGB
CMYK
RGB Variations
Color information
#4CCAFD (or 0x4CCAFD) is known color: Maya Blue. HEX triplet: 4C, CA and FD. RGB value is (76,202,253). Sum of RGB (Red+Green+Blue) = 76+202+253=531 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.31% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CCAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCAFD is #B33502. Grayscale: #A9A9A9. Windows color (decimal): -11744515 or 16632396. OLE color: 16632396.
HSL color Cylindrical-coordinate representation of color #4CCAFD: hue angle of 197.29º 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 #4CCAFD is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 202 | 253 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.01 |
| HSL | 197.29º | 0.98% | 0.65% | - |
| HSV(B) | 197.29º | 0.7% | 0.99% | - |
| XYZ | 41.83 | 50.87 | 100.54 | - |
| YUV | 170.14 | 174.76 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 253 | 0.70 | 0.20 | 0 | 0.01 | 197.29 | 0.98 | 0.65 |
| Hex | 4C | CA | FD | 46 | 14 | 0 | 1 | C5 | 62 | 41 |
| Octal | 114 | 312 | 375 | 106 | 24 | 0 | 1 | 305 | 142 | 101 |
| Binary | 1001100 | 11001010 | 11111101 | 1000110 | 10100 | 0 | 1 | 11000101 | 1100010 | 1000001 |
Color Harmonies of #4CCAFD
Complementary color
Monochromatic Colors of #4CCAFD
Black with #4CCAFD
Text Example
Text Example
White with #4CCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAFD; }
p { color: rgb(76,202,253); }
H1.HeaderClassName
{
color: #4CCAFD;
}
.AnyTagClassName
{
color: #4CCAFD;
}
</style>
background-color css
<style>
a { background-color: #4CCAFD; }
a { background-color: rgb(76,202,253); }
div.DivClassName
{
background-color: #4CCAFD;
}
.BgClassName
{
background-color: #4CCAFD;
}
</style>
border-color css
<style>
span { border-color: #4CCAFD; }
span { border-color: rgb(76,202,253); }
td.TdClassName
{
border-color: #4CCAFD;
}
.TagClassName
{
border-color: #4CCAFD;
}
</style>