Shades of Malibu #5AB9EB
Tints of Malibu #5AB9EB
RGB
CMYK
RGB Variations
Color information
#5AB9EB (or 0x5AB9EB) is known color: Malibu. HEX triplet: 5A, B9 and EB. RGB value is (90,185,235). Sum of RGB (Red+Green+Blue) = 90+185+235=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AB9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB9EB is #A54614. Grayscale: #A1A1A1. Windows color (decimal): -10831381 or 15448410. OLE color: 15448410.
HSL color Cylindrical-coordinate representation of color #5AB9EB: hue angle of 200.69º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB9EB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 185 | 235 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.08 |
| HSL | 200.69º | 0.78% | 0.64% | - |
| HSV(B) | 200.69º | 0.62% | 0.92% | - |
| XYZ | 36.56 | 42.87 | 84.94 | - |
| YUV | 162.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 235 | 0.62 | 0.21 | 0 | 0.08 | 200.69 | 0.78 | 0.64 |
| Hex | 5A | B9 | EB | 3E | 15 | 0 | 8 | C9 | 4E | 40 |
| Octal | 132 | 271 | 353 | 76 | 25 | 0 | 10 | 311 | 116 | 100 |
| Binary | 1011010 | 10111001 | 11101011 | 111110 | 10101 | 0 | 1000 | 11001001 | 1001110 | 1000000 |
Color Harmonies of #5AB9EB
Complementary color
Monochromatic Colors of #5AB9EB
Black with #5AB9EB
Text Example
Text Example
White with #5AB9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9EB; }
p { color: rgb(90,185,235); }
H1.HeaderClassName
{
color: #5AB9EB;
}
.AnyTagClassName
{
color: #5AB9EB;
}
</style>
background-color css
<style>
a { background-color: #5AB9EB; }
a { background-color: rgb(90,185,235); }
div.DivClassName
{
background-color: #5AB9EB;
}
.BgClassName
{
background-color: #5AB9EB;
}
</style>
border-color css
<style>
span { border-color: #5AB9EB; }
span { border-color: rgb(90,185,235); }
td.TdClassName
{
border-color: #5AB9EB;
}
.TagClassName
{
border-color: #5AB9EB;
}
</style>