Shades of Maya Blue #4AC5FE
Tints of Maya Blue #4AC5FE
RGB
CMYK
RGB Variations
Color information
#4AC5FE (or 0x4AC5FE) is known color: Maya Blue. HEX triplet: 4A, C5 and FE. RGB value is (74,197,254). Sum of RGB (Red+Green+Blue) = 74+197+254=525 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.10% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AC5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AC5FE is #B53A01. Grayscale: #A6A6A6. Windows color (decimal): -11876866 or 16696650. OLE color: 16696650.
HSL color Cylindrical-coordinate representation of color #4AC5FE: hue angle of 199º 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 #4AC5FE is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 197 | 254 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.00 |
| HSL | 199º | 0.99% | 0.64% | - |
| HSV(B) | 199º | 0.71% | 1% | - |
| XYZ | 40.68 | 48.54 | 100.99 | - |
| YUV | 166.72 | 177.25 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 254 | 0.71 | 0.22 | 0 | 0.00 | 199 | 0.99 | 0.64 |
| Hex | 4A | C5 | FE | 47 | 16 | 0 | 0 | C7 | 63 | 40 |
| Octal | 112 | 305 | 376 | 107 | 26 | 0 | 0 | 307 | 143 | 100 |
| Binary | 1001010 | 11000101 | 11111110 | 1000111 | 10110 | 0 | 0 | 11000111 | 1100011 | 1000000 |
Color Harmonies of #4AC5FE
Complementary color
Monochromatic Colors of #4AC5FE
Black with #4AC5FE
Text Example
Text Example
White with #4AC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC5FE; }
p { color: rgb(74,197,254); }
H1.HeaderClassName
{
color: #4AC5FE;
}
.AnyTagClassName
{
color: #4AC5FE;
}
</style>
background-color css
<style>
a { background-color: #4AC5FE; }
a { background-color: rgb(74,197,254); }
div.DivClassName
{
background-color: #4AC5FE;
}
.BgClassName
{
background-color: #4AC5FE;
}
</style>
border-color css
<style>
span { border-color: #4AC5FE; }
span { border-color: rgb(74,197,254); }
td.TdClassName
{
border-color: #4AC5FE;
}
.TagClassName
{
border-color: #4AC5FE;
}
</style>