Shades of Maya Blue #5AB8FB
Tints of Maya Blue #5AB8FB
RGB
CMYK
RGB Variations
Color information
#5AB8FB (or 0x5AB8FB) is known color: Maya Blue. HEX triplet: 5A, B8 and FB. RGB value is (90,184,251). Sum of RGB (Red+Green+Blue) = 90+184+251=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AB8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB8FB is #A54704. Grayscale: #A3A3A3. Windows color (decimal): -10831621 or 16496730. OLE color: 16496730.
HSL color Cylindrical-coordinate representation of color #5AB8FB: hue angle of 204.97º 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 #5AB8FB is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 184 | 251 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.02 |
| HSL | 204.97º | 0.95% | 0.67% | - |
| HSV(B) | 204.97º | 0.64% | 0.98% | - |
| XYZ | 38.77 | 43.42 | 97.6 | - |
| YUV | 163.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 251 | 0.64 | 0.27 | 0 | 0.02 | 204.97 | 0.95 | 0.67 |
| Hex | 5A | B8 | FB | 40 | 1B | 0 | 2 | CD | 5F | 43 |
| Octal | 132 | 270 | 373 | 100 | 33 | 0 | 2 | 315 | 137 | 103 |
| Binary | 1011010 | 10111000 | 11111011 | 1000000 | 11011 | 0 | 10 | 11001101 | 1011111 | 1000011 |
Color Harmonies of #5AB8FB
Complementary color
Monochromatic Colors of #5AB8FB
Black with #5AB8FB
Text Example
Text Example
White with #5AB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8FB; }
p { color: rgb(90,184,251); }
H1.HeaderClassName
{
color: #5AB8FB;
}
.AnyTagClassName
{
color: #5AB8FB;
}
</style>
background-color css
<style>
a { background-color: #5AB8FB; }
a { background-color: rgb(90,184,251); }
div.DivClassName
{
background-color: #5AB8FB;
}
.BgClassName
{
background-color: #5AB8FB;
}
</style>
border-color css
<style>
span { border-color: #5AB8FB; }
span { border-color: rgb(90,184,251); }
td.TdClassName
{
border-color: #5AB8FB;
}
.TagClassName
{
border-color: #5AB8FB;
}
</style>