Shades of Maya Blue #5ACAFA
Tints of Maya Blue #5ACAFA
RGB
CMYK
RGB Variations
Color information
#5ACAFA (or 0x5ACAFA) is known color: Maya Blue. HEX triplet: 5A, CA and FA. RGB value is (90,202,250). Sum of RGB (Red+Green+Blue) = 90+202+250=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #5ACAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACAFA is #A53505. Grayscale: #ADADAD. Windows color (decimal): -10827014 or 16435802. OLE color: 16435802.
HSL color Cylindrical-coordinate representation of color #5ACAFA: hue angle of 198º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACAFA is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 202 | 250 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.02 |
| HSL | 198º | 0.94% | 0.67% | - |
| HSV(B) | 198º | 0.64% | 0.98% | - |
| XYZ | 42.59 | 51.32 | 98.1 | - |
| YUV | 173.98 | 170.89 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 250 | 0.64 | 0.19 | 0 | 0.02 | 198 | 0.94 | 0.67 |
| Hex | 5A | CA | FA | 40 | 13 | 0 | 2 | C6 | 5E | 43 |
| Octal | 132 | 312 | 372 | 100 | 23 | 0 | 2 | 306 | 136 | 103 |
| Binary | 1011010 | 11001010 | 11111010 | 1000000 | 10011 | 0 | 10 | 11000110 | 1011110 | 1000011 |
Color Harmonies of #5ACAFA
Complementary color
Monochromatic Colors of #5ACAFA
Black with #5ACAFA
Text Example
Text Example
White with #5ACAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACAFA; }
p { color: rgb(90,202,250); }
H1.HeaderClassName
{
color: #5ACAFA;
}
.AnyTagClassName
{
color: #5ACAFA;
}
</style>
background-color css
<style>
a { background-color: #5ACAFA; }
a { background-color: rgb(90,202,250); }
div.DivClassName
{
background-color: #5ACAFA;
}
.BgClassName
{
background-color: #5ACAFA;
}
</style>
border-color css
<style>
span { border-color: #5ACAFA; }
span { border-color: rgb(90,202,250); }
td.TdClassName
{
border-color: #5ACAFA;
}
.TagClassName
{
border-color: #5ACAFA;
}
</style>