Shades of Maya Blue #4ACBFE
Tints of Maya Blue #4ACBFE
RGB
CMYK
RGB Variations
Color information
#4ACBFE (or 0x4ACBFE) is known color: Maya Blue. HEX triplet: 4A, CB and FE. RGB value is (74,203,254). Sum of RGB (Red+Green+Blue) = 74+203+254=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ACBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACBFE is #B53401. Grayscale: #A9A9A9. Windows color (decimal): -11875330 or 16698186. OLE color: 16698186.
HSL color Cylindrical-coordinate representation of color #4ACBFE: hue angle of 197º 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 #4ACBFE is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 203 | 254 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.00 |
| HSL | 197º | 0.99% | 0.64% | - |
| HSV(B) | 197º | 0.71% | 1% | - |
| XYZ | 42.07 | 51.32 | 101.46 | - |
| YUV | 170.24 | 175.26 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 254 | 0.71 | 0.20 | 0 | 0.00 | 197 | 0.99 | 0.64 |
| Hex | 4A | CB | FE | 47 | 14 | 0 | 0 | C5 | 63 | 40 |
| Octal | 112 | 313 | 376 | 107 | 24 | 0 | 0 | 305 | 143 | 100 |
| Binary | 1001010 | 11001011 | 11111110 | 1000111 | 10100 | 0 | 0 | 11000101 | 1100011 | 1000000 |
Color Harmonies of #4ACBFE
Complementary color
Monochromatic Colors of #4ACBFE
Black with #4ACBFE
Text Example
Text Example
White with #4ACBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBFE; }
p { color: rgb(74,203,254); }
H1.HeaderClassName
{
color: #4ACBFE;
}
.AnyTagClassName
{
color: #4ACBFE;
}
</style>
background-color css
<style>
a { background-color: #4ACBFE; }
a { background-color: rgb(74,203,254); }
div.DivClassName
{
background-color: #4ACBFE;
}
.BgClassName
{
background-color: #4ACBFE;
}
</style>
border-color css
<style>
span { border-color: #4ACBFE; }
span { border-color: rgb(74,203,254); }
td.TdClassName
{
border-color: #4ACBFE;
}
.TagClassName
{
border-color: #4ACBFE;
}
</style>