Shades of Maya Blue #5AB2FB
Tints of Maya Blue #5AB2FB
RGB
CMYK
RGB Variations
Color information
#5AB2FB (or 0x5AB2FB) is known color: Maya Blue. HEX triplet: 5A, B2 and FB. RGB value is (90,178,251). Sum of RGB (Red+Green+Blue) = 90+178+251=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AB2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2FB is #A54D04. Grayscale: #9F9F9F. Windows color (decimal): -10833157 or 16495194. OLE color: 16495194.
HSL color Cylindrical-coordinate representation of color #5AB2FB: hue angle of 207.2º 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 #5AB2FB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 178 | 251 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.02 |
| HSL | 207.21º | 0.95% | 0.67% | - |
| HSV(B) | 207.21º | 0.64% | 0.98% | - |
| XYZ | 37.55 | 40.98 | 97.2 | - |
| YUV | 160.01 | 179.35 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 251 | 0.64 | 0.29 | 0 | 0.02 | 207.21 | 0.95 | 0.67 |
| Hex | 5A | B2 | FB | 40 | 1D | 0 | 2 | CF | 5F | 43 |
| Octal | 132 | 262 | 373 | 100 | 35 | 0 | 2 | 317 | 137 | 103 |
| Binary | 1011010 | 10110010 | 11111011 | 1000000 | 11101 | 0 | 10 | 11001111 | 1011111 | 1000011 |
Color Harmonies of #5AB2FB
Complementary color
Monochromatic Colors of #5AB2FB
Black with #5AB2FB
Text Example
Text Example
White with #5AB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2FB; }
p { color: rgb(90,178,251); }
H1.HeaderClassName
{
color: #5AB2FB;
}
.AnyTagClassName
{
color: #5AB2FB;
}
</style>
background-color css
<style>
a { background-color: #5AB2FB; }
a { background-color: rgb(90,178,251); }
div.DivClassName
{
background-color: #5AB2FB;
}
.BgClassName
{
background-color: #5AB2FB;
}
</style>
border-color css
<style>
span { border-color: #5AB2FB; }
span { border-color: rgb(90,178,251); }
td.TdClassName
{
border-color: #5AB2FB;
}
.TagClassName
{
border-color: #5AB2FB;
}
</style>