Shades of Maya Blue #5AAEFF
Tints of Maya Blue #5AAEFF
RGB
CMYK
RGB Variations
Color information
#5AAEFF (or 0x5AAEFF) is known color: Maya Blue. HEX triplet: 5A, AE and FF. RGB value is (90,174,255). Sum of RGB (Red+Green+Blue) = 90+174+255=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAEFF is #A55100. Grayscale: #9D9D9D. Windows color (decimal): -10834177 or 16756314. OLE color: 16756314.
HSL color Cylindrical-coordinate representation of color #5AAEFF: hue angle of 209.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AAEFF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 174 | 255 | - |
| CMYK | 0.65 | 0.32 | 0 | 0 |
| HSL | 209.45º | 1% | 0.68% | - |
| HSV(B) | 209.45º | 0.65% | 1% | - |
| XYZ | 37.4 | 39.67 | 100.29 | - |
| YUV | 158.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 255 | 0.65 | 0.32 | 0 | 0 | 209.45 | 1 | 0.68 |
| Hex | 5A | AE | FF | 41 | 20 | 0 | 0 | D1 | 64 | 44 |
| Octal | 132 | 256 | 377 | 101 | 40 | 0 | 0 | 321 | 144 | 104 |
| Binary | 1011010 | 10101110 | 11111111 | 1000001 | 100000 | 0 | 0 | 11010001 | 1100100 | 1000100 |
Color Harmonies of #5AAEFF
Complementary color
Monochromatic Colors of #5AAEFF
Black with #5AAEFF
Text Example
Text Example
White with #5AAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAEFF; }
p { color: rgb(90,174,255); }
H1.HeaderClassName
{
color: #5AAEFF;
}
.AnyTagClassName
{
color: #5AAEFF;
}
</style>
background-color css
<style>
a { background-color: #5AAEFF; }
a { background-color: rgb(90,174,255); }
div.DivClassName
{
background-color: #5AAEFF;
}
.BgClassName
{
background-color: #5AAEFF;
}
</style>
border-color css
<style>
span { border-color: #5AAEFF; }
span { border-color: rgb(90,174,255); }
td.TdClassName
{
border-color: #5AAEFF;
}
.TagClassName
{
border-color: #5AAEFF;
}
</style>