Shades of Malibu #5AB9F1
Tints of Malibu #5AB9F1
RGB
CMYK
RGB Variations
Color information
#5AB9F1 (or 0x5AB9F1) is known color: Malibu. HEX triplet: 5A, B9 and F1. RGB value is (90,185,241). Sum of RGB (Red+Green+Blue) = 90+185+241=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #5AB9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB9F1 is #A5460E. Grayscale: #A2A2A2. Windows color (decimal): -10831375 or 15841626. OLE color: 15841626.
HSL color Cylindrical-coordinate representation of color #5AB9F1: hue angle of 202.25º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB9F1 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 185 | 241 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.05 |
| HSL | 202.25º | 0.84% | 0.65% | - |
| HSV(B) | 202.25º | 0.63% | 0.95% | - |
| XYZ | 37.44 | 43.22 | 89.59 | - |
| YUV | 162.98 | 172.03 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 241 | 0.63 | 0.23 | 0 | 0.05 | 202.25 | 0.84 | 0.65 |
| Hex | 5A | B9 | F1 | 3F | 17 | 0 | 5 | CA | 54 | 41 |
| Octal | 132 | 271 | 361 | 77 | 27 | 0 | 5 | 312 | 124 | 101 |
| Binary | 1011010 | 10111001 | 11110001 | 111111 | 10111 | 0 | 101 | 11001010 | 1010100 | 1000001 |
Color Harmonies of #5AB9F1
Complementary color
Monochromatic Colors of #5AB9F1
Black with #5AB9F1
Text Example
Text Example
White with #5AB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9F1; }
p { color: rgb(90,185,241); }
H1.HeaderClassName
{
color: #5AB9F1;
}
.AnyTagClassName
{
color: #5AB9F1;
}
</style>
background-color css
<style>
a { background-color: #5AB9F1; }
a { background-color: rgb(90,185,241); }
div.DivClassName
{
background-color: #5AB9F1;
}
.BgClassName
{
background-color: #5AB9F1;
}
</style>
border-color css
<style>
span { border-color: #5AB9F1; }
span { border-color: rgb(90,185,241); }
td.TdClassName
{
border-color: #5AB9F1;
}
.TagClassName
{
border-color: #5AB9F1;
}
</style>