Shades of Maya Blue #4ACAFE
Tints of Maya Blue #4ACAFE
RGB
CMYK
RGB Variations
Color information
#4ACAFE (or 0x4ACAFE) is known color: Maya Blue. HEX triplet: 4A, CA and FE. RGB value is (74,202,254). Sum of RGB (Red+Green+Blue) = 74+202+254=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ACAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACAFE is #B53501. Grayscale: #A9A9A9. Windows color (decimal): -11875586 or 16697930. OLE color: 16697930.
HSL color Cylindrical-coordinate representation of color #4ACAFE: hue angle of 197.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ACAFE is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 202 | 254 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.00 |
| HSL | 197.33º | 0.99% | 0.64% | - |
| HSV(B) | 197.33º | 0.71% | 1% | - |
| XYZ | 41.83 | 50.85 | 101.38 | - |
| YUV | 169.66 | 175.59 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 202 | 254 | 0.71 | 0.20 | 0 | 0.00 | 197.33 | 0.99 | 0.64 |
| Hex | 4A | CA | FE | 47 | 14 | 0 | 0 | C5 | 63 | 40 |
| Octal | 112 | 312 | 376 | 107 | 24 | 0 | 0 | 305 | 143 | 100 |
| Binary | 1001010 | 11001010 | 11111110 | 1000111 | 10100 | 0 | 0 | 11000101 | 1100011 | 1000000 |
Color Harmonies of #4ACAFE
Complementary color
Monochromatic Colors of #4ACAFE
Black with #4ACAFE
Text Example
Text Example
White with #4ACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACAFE; }
p { color: rgb(74,202,254); }
H1.HeaderClassName
{
color: #4ACAFE;
}
.AnyTagClassName
{
color: #4ACAFE;
}
</style>
background-color css
<style>
a { background-color: #4ACAFE; }
a { background-color: rgb(74,202,254); }
div.DivClassName
{
background-color: #4ACAFE;
}
.BgClassName
{
background-color: #4ACAFE;
}
</style>
border-color css
<style>
span { border-color: #4ACAFE; }
span { border-color: rgb(74,202,254); }
td.TdClassName
{
border-color: #4ACAFE;
}
.TagClassName
{
border-color: #4ACAFE;
}
</style>