Shades of Maya Blue #5AB4FB
Tints of Maya Blue #5AB4FB
RGB
CMYK
RGB Variations
Color information
#5AB4FB (or 0x5AB4FB) is known color: Maya Blue. HEX triplet: 5A, B4 and FB. RGB value is (90,180,251). Sum of RGB (Red+Green+Blue) = 90+180+251=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AB4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4FB is #A54B04. Grayscale: #A0A0A0. Windows color (decimal): -10832645 or 16495706. OLE color: 16495706.
HSL color Cylindrical-coordinate representation of color #5AB4FB: hue angle of 206.46º 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 #5AB4FB is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 180 | 251 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.02 |
| HSL | 206.46º | 0.95% | 0.67% | - |
| HSV(B) | 206.46º | 0.64% | 0.98% | - |
| XYZ | 37.95 | 41.78 | 97.33 | - |
| YUV | 161.18 | 178.68 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 251 | 0.64 | 0.28 | 0 | 0.02 | 206.46 | 0.95 | 0.67 |
| Hex | 5A | B4 | FB | 40 | 1C | 0 | 2 | CE | 5F | 43 |
| Octal | 132 | 264 | 373 | 100 | 34 | 0 | 2 | 316 | 137 | 103 |
| Binary | 1011010 | 10110100 | 11111011 | 1000000 | 11100 | 0 | 10 | 11001110 | 1011111 | 1000011 |
Color Harmonies of #5AB4FB
Complementary color
Monochromatic Colors of #5AB4FB
Black with #5AB4FB
Text Example
Text Example
White with #5AB4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB4FB; }
p { color: rgb(90,180,251); }
H1.HeaderClassName
{
color: #5AB4FB;
}
.AnyTagClassName
{
color: #5AB4FB;
}
</style>
background-color css
<style>
a { background-color: #5AB4FB; }
a { background-color: rgb(90,180,251); }
div.DivClassName
{
background-color: #5AB4FB;
}
.BgClassName
{
background-color: #5AB4FB;
}
</style>
border-color css
<style>
span { border-color: #5AB4FB; }
span { border-color: rgb(90,180,251); }
td.TdClassName
{
border-color: #5AB4FB;
}
.TagClassName
{
border-color: #5AB4FB;
}
</style>