Shades of Maya Blue #5ABAFF
Tints of Maya Blue #5ABAFF
RGB
CMYK
RGB Variations
Color information
#5ABAFF (or 0x5ABAFF) is known color: Maya Blue. HEX triplet: 5A, BA and FF. RGB value is (90,186,255). Sum of RGB (Red+Green+Blue) = 90+186+255=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ABAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAFF is #A54500. Grayscale: #A4A4A4. Windows color (decimal): -10831105 or 16759386. OLE color: 16759386.
HSL color Cylindrical-coordinate representation of color #5ABAFF: hue angle of 205.09º 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 #5ABAFF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 186 | 255 | - |
| CMYK | 0.65 | 0.27 | 0 | 0 |
| HSL | 205.09º | 1% | 0.68% | - |
| HSV(B) | 205.09º | 0.65% | 1% | - |
| XYZ | 39.83 | 44.51 | 101.1 | - |
| YUV | 165.16 | 178.7 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 255 | 0.65 | 0.27 | 0 | 0 | 205.09 | 1 | 0.68 |
| Hex | 5A | BA | FF | 41 | 1B | 0 | 0 | CD | 64 | 44 |
| Octal | 132 | 272 | 377 | 101 | 33 | 0 | 0 | 315 | 144 | 104 |
| Binary | 1011010 | 10111010 | 11111111 | 1000001 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000100 |
Color Harmonies of #5ABAFF
Complementary color
Monochromatic Colors of #5ABAFF
Black with #5ABAFF
Text Example
Text Example
White with #5ABAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAFF; }
p { color: rgb(90,186,255); }
H1.HeaderClassName
{
color: #5ABAFF;
}
.AnyTagClassName
{
color: #5ABAFF;
}
</style>
background-color css
<style>
a { background-color: #5ABAFF; }
a { background-color: rgb(90,186,255); }
div.DivClassName
{
background-color: #5ABAFF;
}
.BgClassName
{
background-color: #5ABAFF;
}
</style>
border-color css
<style>
span { border-color: #5ABAFF; }
span { border-color: rgb(90,186,255); }
td.TdClassName
{
border-color: #5ABAFF;
}
.TagClassName
{
border-color: #5ABAFF;
}
</style>