Shades of Maya Blue #4ACEFE
Tints of Maya Blue #4ACEFE
RGB
CMYK
RGB Variations
Color information
#4ACEFE (or 0x4ACEFE) is known color: Maya Blue. HEX triplet: 4A, CE and FE. RGB value is (74,206,254). Sum of RGB (Red+Green+Blue) = 74+206+254=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ACEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEFE is #B53101. Grayscale: #ABABAB. Windows color (decimal): -11874562 or 16698954. OLE color: 16698954.
HSL color Cylindrical-coordinate representation of color #4ACEFE: hue angle of 196º 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 #4ACEFE is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 206 | 254 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.00 |
| HSL | 196º | 0.99% | 0.64% | - |
| HSV(B) | 196º | 0.71% | 1% | - |
| XYZ | 42.78 | 52.75 | 101.69 | - |
| YUV | 172 | 174.27 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 206 | 254 | 0.71 | 0.19 | 0 | 0.00 | 196 | 0.99 | 0.64 |
| Hex | 4A | CE | FE | 47 | 13 | 0 | 0 | C4 | 63 | 40 |
| Octal | 112 | 316 | 376 | 107 | 23 | 0 | 0 | 304 | 143 | 100 |
| Binary | 1001010 | 11001110 | 11111110 | 1000111 | 10011 | 0 | 0 | 11000100 | 1100011 | 1000000 |
Color Harmonies of #4ACEFE
Complementary color
Monochromatic Colors of #4ACEFE
Black with #4ACEFE
Text Example
Text Example
White with #4ACEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACEFE; }
p { color: rgb(74,206,254); }
H1.HeaderClassName
{
color: #4ACEFE;
}
.AnyTagClassName
{
color: #4ACEFE;
}
</style>
background-color css
<style>
a { background-color: #4ACEFE; }
a { background-color: rgb(74,206,254); }
div.DivClassName
{
background-color: #4ACEFE;
}
.BgClassName
{
background-color: #4ACEFE;
}
</style>
border-color css
<style>
span { border-color: #4ACEFE; }
span { border-color: rgb(74,206,254); }
td.TdClassName
{
border-color: #4ACEFE;
}
.TagClassName
{
border-color: #4ACEFE;
}
</style>