Shades of Maya Blue #5AB9FE
Tints of Maya Blue #5AB9FE
RGB
CMYK
RGB Variations
Color information
#5AB9FE (or 0x5AB9FE) is known color: Maya Blue. HEX triplet: 5A, B9 and FE. RGB value is (90,185,254). Sum of RGB (Red+Green+Blue) = 90+185+254=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AB9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB9FE is #A54601. Grayscale: #A4A4A4. Windows color (decimal): -10831362 or 16693594. OLE color: 16693594.
HSL color Cylindrical-coordinate representation of color #5AB9FE: hue angle of 205.24º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AB9FE is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 185 | 254 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.00 |
| HSL | 205.24º | 0.99% | 0.67% | - |
| HSV(B) | 205.24º | 0.65% | 1% | - |
| XYZ | 39.45 | 44.03 | 100.18 | - |
| YUV | 164.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 254 | 0.65 | 0.27 | 0 | 0.00 | 205.24 | 0.99 | 0.67 |
| Hex | 5A | B9 | FE | 41 | 1B | 0 | 0 | CD | 63 | 43 |
| Octal | 132 | 271 | 376 | 101 | 33 | 0 | 0 | 315 | 143 | 103 |
| Binary | 1011010 | 10111001 | 11111110 | 1000001 | 11011 | 0 | 0 | 11001101 | 1100011 | 1000011 |
Color Harmonies of #5AB9FE
Complementary color
Monochromatic Colors of #5AB9FE
Black with #5AB9FE
Text Example
Text Example
White with #5AB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9FE; }
p { color: rgb(90,185,254); }
H1.HeaderClassName
{
color: #5AB9FE;
}
.AnyTagClassName
{
color: #5AB9FE;
}
</style>
background-color css
<style>
a { background-color: #5AB9FE; }
a { background-color: rgb(90,185,254); }
div.DivClassName
{
background-color: #5AB9FE;
}
.BgClassName
{
background-color: #5AB9FE;
}
</style>
border-color css
<style>
span { border-color: #5AB9FE; }
span { border-color: rgb(90,185,254); }
td.TdClassName
{
border-color: #5AB9FE;
}
.TagClassName
{
border-color: #5AB9FE;
}
</style>