Shades of Maya Blue #5AB3FA
Tints of Maya Blue #5AB3FA
RGB
CMYK
RGB Variations
Color information
#5AB3FA (or 0x5AB3FA) is known color: Maya Blue. HEX triplet: 5A, B3 and FA. RGB value is (90,179,250). Sum of RGB (Red+Green+Blue) = 90+179+250=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB3FA is #A54C05. Grayscale: #A0A0A0. Windows color (decimal): -10832902 or 16429914. OLE color: 16429914.
HSL color Cylindrical-coordinate representation of color #5AB3FA: hue angle of 206.62º 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 #5AB3FA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 179 | 250 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.02 |
| HSL | 206.63º | 0.94% | 0.67% | - |
| HSV(B) | 206.63º | 0.64% | 0.98% | - |
| XYZ | 37.59 | 41.32 | 96.44 | - |
| YUV | 160.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 250 | 0.64 | 0.28 | 0 | 0.02 | 206.63 | 0.94 | 0.67 |
| Hex | 5A | B3 | FA | 40 | 1C | 0 | 2 | CF | 5E | 43 |
| Octal | 132 | 263 | 372 | 100 | 34 | 0 | 2 | 317 | 136 | 103 |
| Binary | 1011010 | 10110011 | 11111010 | 1000000 | 11100 | 0 | 10 | 11001111 | 1011110 | 1000011 |
Color Harmonies of #5AB3FA
Complementary color
Monochromatic Colors of #5AB3FA
Black with #5AB3FA
Text Example
Text Example
White with #5AB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3FA; }
p { color: rgb(90,179,250); }
H1.HeaderClassName
{
color: #5AB3FA;
}
.AnyTagClassName
{
color: #5AB3FA;
}
</style>
background-color css
<style>
a { background-color: #5AB3FA; }
a { background-color: rgb(90,179,250); }
div.DivClassName
{
background-color: #5AB3FA;
}
.BgClassName
{
background-color: #5AB3FA;
}
</style>
border-color css
<style>
span { border-color: #5AB3FA; }
span { border-color: rgb(90,179,250); }
td.TdClassName
{
border-color: #5AB3FA;
}
.TagClassName
{
border-color: #5AB3FA;
}
</style>