Shades of Maya Blue #5ABAF9
Tints of Maya Blue #5ABAF9
RGB
CMYK
RGB Variations
Color information
#5ABAF9 (or 0x5ABAF9) is known color: Maya Blue. HEX triplet: 5A, BA and F9. RGB value is (90,186,249). Sum of RGB (Red+Green+Blue) = 90+186+249=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #5ABAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAF9 is #A54506. Grayscale: #A4A4A4. Windows color (decimal): -10831111 or 16366170. OLE color: 16366170.
HSL color Cylindrical-coordinate representation of color #5ABAF9: hue angle of 203.77º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ABAF9 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 186 | 249 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.02 |
| HSL | 203.77º | 0.93% | 0.66% | - |
| HSV(B) | 203.77º | 0.64% | 0.98% | - |
| XYZ | 38.87 | 44.13 | 96.09 | - |
| YUV | 164.48 | 175.7 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 249 | 0.64 | 0.25 | 0 | 0.02 | 203.77 | 0.93 | 0.66 |
| Hex | 5A | BA | F9 | 40 | 19 | 0 | 2 | CC | 5D | 42 |
| Octal | 132 | 272 | 371 | 100 | 31 | 0 | 2 | 314 | 135 | 102 |
| Binary | 1011010 | 10111010 | 11111001 | 1000000 | 11001 | 0 | 10 | 11001100 | 1011101 | 1000010 |
Color Harmonies of #5ABAF9
Complementary color
Monochromatic Colors of #5ABAF9
Black with #5ABAF9
Text Example
Text Example
White with #5ABAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAF9; }
p { color: rgb(90,186,249); }
H1.HeaderClassName
{
color: #5ABAF9;
}
.AnyTagClassName
{
color: #5ABAF9;
}
</style>
background-color css
<style>
a { background-color: #5ABAF9; }
a { background-color: rgb(90,186,249); }
div.DivClassName
{
background-color: #5ABAF9;
}
.BgClassName
{
background-color: #5ABAF9;
}
</style>
border-color css
<style>
span { border-color: #5ABAF9; }
span { border-color: rgb(90,186,249); }
td.TdClassName
{
border-color: #5ABAF9;
}
.TagClassName
{
border-color: #5ABAF9;
}
</style>