Shades of Maya Blue #5ABFF9
Tints of Maya Blue #5ABFF9
RGB
CMYK
RGB Variations
Color information
#5ABFF9 (or 0x5ABFF9) is known color: Maya Blue. HEX triplet: 5A, BF and F9. RGB value is (90,191,249). Sum of RGB (Red+Green+Blue) = 90+191+249=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #5ABFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFF9 is #A54006. Grayscale: #A7A7A7. Windows color (decimal): -10829831 or 16367450. OLE color: 16367450.
HSL color Cylindrical-coordinate representation of color #5ABFF9: hue angle of 201.89º 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 #5ABFF9 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 191 | 249 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.02 |
| HSL | 201.89º | 0.93% | 0.66% | - |
| HSV(B) | 201.89º | 0.64% | 0.98% | - |
| XYZ | 39.95 | 46.27 | 96.45 | - |
| YUV | 167.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 249 | 0.64 | 0.23 | 0 | 0.02 | 201.89 | 0.93 | 0.66 |
| Hex | 5A | BF | F9 | 40 | 17 | 0 | 2 | CA | 5D | 42 |
| Octal | 132 | 277 | 371 | 100 | 27 | 0 | 2 | 312 | 135 | 102 |
| Binary | 1011010 | 10111111 | 11111001 | 1000000 | 10111 | 0 | 10 | 11001010 | 1011101 | 1000010 |
Color Harmonies of #5ABFF9
Complementary color
Monochromatic Colors of #5ABFF9
Black with #5ABFF9
Text Example
Text Example
White with #5ABFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFF9; }
p { color: rgb(90,191,249); }
H1.HeaderClassName
{
color: #5ABFF9;
}
.AnyTagClassName
{
color: #5ABFF9;
}
</style>
background-color css
<style>
a { background-color: #5ABFF9; }
a { background-color: rgb(90,191,249); }
div.DivClassName
{
background-color: #5ABFF9;
}
.BgClassName
{
background-color: #5ABFF9;
}
</style>
border-color css
<style>
span { border-color: #5ABFF9; }
span { border-color: rgb(90,191,249); }
td.TdClassName
{
border-color: #5ABFF9;
}
.TagClassName
{
border-color: #5ABFF9;
}
</style>