Shades of Maya Blue #5ABCFB
Tints of Maya Blue #5ABCFB
RGB
CMYK
RGB Variations
Color information
#5ABCFB (or 0x5ABCFB) is known color: Maya Blue. HEX triplet: 5A, BC and FB. RGB value is (90,188,251). Sum of RGB (Red+Green+Blue) = 90+188+251=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ABCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCFB is #A54304. Grayscale: #A5A5A5. Windows color (decimal): -10830597 or 16497754. OLE color: 16497754.
HSL color Cylindrical-coordinate representation of color #5ABCFB: hue angle of 203.48º degrees, saturation: 0.95, 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 #5ABCFB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 188 | 251 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.02 |
| HSL | 203.48º | 0.95% | 0.67% | - |
| HSV(B) | 203.48º | 0.64% | 0.98% | - |
| XYZ | 39.61 | 45.11 | 97.89 | - |
| YUV | 165.88 | 176.03 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 251 | 0.64 | 0.25 | 0 | 0.02 | 203.48 | 0.95 | 0.67 |
| Hex | 5A | BC | FB | 40 | 19 | 0 | 2 | CB | 5F | 43 |
| Octal | 132 | 274 | 373 | 100 | 31 | 0 | 2 | 313 | 137 | 103 |
| Binary | 1011010 | 10111100 | 11111011 | 1000000 | 11001 | 0 | 10 | 11001011 | 1011111 | 1000011 |
Color Harmonies of #5ABCFB
Complementary color
Monochromatic Colors of #5ABCFB
Black with #5ABCFB
Text Example
Text Example
White with #5ABCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCFB; }
p { color: rgb(90,188,251); }
H1.HeaderClassName
{
color: #5ABCFB;
}
.AnyTagClassName
{
color: #5ABCFB;
}
</style>
background-color css
<style>
a { background-color: #5ABCFB; }
a { background-color: rgb(90,188,251); }
div.DivClassName
{
background-color: #5ABCFB;
}
.BgClassName
{
background-color: #5ABCFB;
}
</style>
border-color css
<style>
span { border-color: #5ABCFB; }
span { border-color: rgb(90,188,251); }
td.TdClassName
{
border-color: #5ABCFB;
}
.TagClassName
{
border-color: #5ABCFB;
}
</style>