Shades of Maya Blue #5ACAFE
Tints of Maya Blue #5ACAFE
RGB
CMYK
RGB Variations
Color information
#5ACAFE (or 0x5ACAFE) is known color: Maya Blue. HEX triplet: 5A, CA and FE. RGB value is (90,202,254). Sum of RGB (Red+Green+Blue) = 90+202+254=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ACAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACAFE is #A53501. Grayscale: #AEAEAE. Windows color (decimal): -10827010 or 16697946. OLE color: 16697946.
HSL color Cylindrical-coordinate representation of color #5ACAFE: hue angle of 199.02º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ACAFE is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 202 | 254 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.00 |
| HSL | 199.02º | 0.99% | 0.67% | - |
| HSV(B) | 199.02º | 0.65% | 1% | - |
| XYZ | 43.23 | 51.57 | 101.44 | - |
| YUV | 174.44 | 172.89 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 254 | 0.65 | 0.20 | 0 | 0.00 | 199.02 | 0.99 | 0.67 |
| Hex | 5A | CA | FE | 41 | 14 | 0 | 0 | C7 | 63 | 43 |
| Octal | 132 | 312 | 376 | 101 | 24 | 0 | 0 | 307 | 143 | 103 |
| Binary | 1011010 | 11001010 | 11111110 | 1000001 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000011 |
Color Harmonies of #5ACAFE
Complementary color
Monochromatic Colors of #5ACAFE
Black with #5ACAFE
Text Example
Text Example
White with #5ACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACAFE; }
p { color: rgb(90,202,254); }
H1.HeaderClassName
{
color: #5ACAFE;
}
.AnyTagClassName
{
color: #5ACAFE;
}
</style>
background-color css
<style>
a { background-color: #5ACAFE; }
a { background-color: rgb(90,202,254); }
div.DivClassName
{
background-color: #5ACAFE;
}
.BgClassName
{
background-color: #5ACAFE;
}
</style>
border-color css
<style>
span { border-color: #5ACAFE; }
span { border-color: rgb(90,202,254); }
td.TdClassName
{
border-color: #5ACAFE;
}
.TagClassName
{
border-color: #5ACAFE;
}
</style>