Shades of Maya Blue #5AB7FA
Tints of Maya Blue #5AB7FA
RGB
CMYK
RGB Variations
Color information
#5AB7FA (or 0x5AB7FA) is known color: Maya Blue. HEX triplet: 5A, B7 and FA. RGB value is (90,183,250). Sum of RGB (Red+Green+Blue) = 90+183+250=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7FA is #A54805. Grayscale: #A2A2A2. Windows color (decimal): -10831878 or 16430938. OLE color: 16430938.
HSL color Cylindrical-coordinate representation of color #5AB7FA: hue angle of 205.12º 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 #5AB7FA is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 183 | 250 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.02 |
| HSL | 205.13º | 0.94% | 0.67% | - |
| HSV(B) | 205.13º | 0.64% | 0.98% | - |
| XYZ | 38.41 | 42.94 | 96.71 | - |
| YUV | 162.83 | 177.19 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 250 | 0.64 | 0.27 | 0 | 0.02 | 205.13 | 0.94 | 0.67 |
| Hex | 5A | B7 | FA | 40 | 1B | 0 | 2 | CD | 5E | 43 |
| Octal | 132 | 267 | 372 | 100 | 33 | 0 | 2 | 315 | 136 | 103 |
| Binary | 1011010 | 10110111 | 11111010 | 1000000 | 11011 | 0 | 10 | 11001101 | 1011110 | 1000011 |
Color Harmonies of #5AB7FA
Complementary color
Monochromatic Colors of #5AB7FA
Black with #5AB7FA
Text Example
Text Example
White with #5AB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7FA; }
p { color: rgb(90,183,250); }
H1.HeaderClassName
{
color: #5AB7FA;
}
.AnyTagClassName
{
color: #5AB7FA;
}
</style>
background-color css
<style>
a { background-color: #5AB7FA; }
a { background-color: rgb(90,183,250); }
div.DivClassName
{
background-color: #5AB7FA;
}
.BgClassName
{
background-color: #5AB7FA;
}
</style>
border-color css
<style>
span { border-color: #5AB7FA; }
span { border-color: rgb(90,183,250); }
td.TdClassName
{
border-color: #5AB7FA;
}
.TagClassName
{
border-color: #5AB7FA;
}
</style>