Shades of Maya Blue #5AADFE
Tints of Maya Blue #5AADFE
RGB
CMYK
RGB Variations
Color information
#5AADFE (or 0x5AADFE) is known color: Maya Blue. HEX triplet: 5A, AD and FE. RGB value is (90,173,254). Sum of RGB (Red+Green+Blue) = 90+173+254=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AADFE is #A55201. Grayscale: #9D9D9D. Windows color (decimal): -10834434 or 16690522. OLE color: 16690522.
HSL color Cylindrical-coordinate representation of color #5AADFE: hue angle of 209.63º 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 #5AADFE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 173 | 254 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.00 |
| HSL | 209.63º | 0.99% | 0.67% | - |
| HSV(B) | 209.63º | 0.65% | 1% | - |
| XYZ | 37.05 | 39.22 | 99.38 | - |
| YUV | 157.42 | 182.5 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 254 | 0.65 | 0.32 | 0 | 0.00 | 209.63 | 0.99 | 0.67 |
| Hex | 5A | AD | FE | 41 | 20 | 0 | 0 | D2 | 63 | 43 |
| Octal | 132 | 255 | 376 | 101 | 40 | 0 | 0 | 322 | 143 | 103 |
| Binary | 1011010 | 10101101 | 11111110 | 1000001 | 100000 | 0 | 0 | 11010010 | 1100011 | 1000011 |
Color Harmonies of #5AADFE
Complementary color
Monochromatic Colors of #5AADFE
Black with #5AADFE
Text Example
Text Example
White with #5AADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADFE; }
p { color: rgb(90,173,254); }
H1.HeaderClassName
{
color: #5AADFE;
}
.AnyTagClassName
{
color: #5AADFE;
}
</style>
background-color css
<style>
a { background-color: #5AADFE; }
a { background-color: rgb(90,173,254); }
div.DivClassName
{
background-color: #5AADFE;
}
.BgClassName
{
background-color: #5AADFE;
}
</style>
border-color css
<style>
span { border-color: #5AADFE; }
span { border-color: rgb(90,173,254); }
td.TdClassName
{
border-color: #5AADFE;
}
.TagClassName
{
border-color: #5AADFE;
}
</style>