Shades of Malibu #5AB9EC
Tints of Malibu #5AB9EC
RGB
CMYK
RGB Variations
Color information
#5AB9EC (or 0x5AB9EC) is known color: Malibu. HEX triplet: 5A, B9 and EC. RGB value is (90,185,236). Sum of RGB (Red+Green+Blue) = 90+185+236=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AB9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB9EC is #A54613. Grayscale: #A2A2A2. Windows color (decimal): -10831380 or 15513946. OLE color: 15513946.
HSL color Cylindrical-coordinate representation of color #5AB9EC: hue angle of 200.96º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB9EC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 185 | 236 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.07 |
| HSL | 200.96º | 0.79% | 0.64% | - |
| HSV(B) | 200.96º | 0.62% | 0.93% | - |
| XYZ | 36.71 | 42.93 | 85.71 | - |
| YUV | 162.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 236 | 0.62 | 0.22 | 0 | 0.07 | 200.96 | 0.79 | 0.64 |
| Hex | 5A | B9 | EC | 3E | 16 | 0 | 7 | C9 | 4F | 40 |
| Octal | 132 | 271 | 354 | 76 | 26 | 0 | 7 | 311 | 117 | 100 |
| Binary | 1011010 | 10111001 | 11101100 | 111110 | 10110 | 0 | 111 | 11001001 | 1001111 | 1000000 |
Color Harmonies of #5AB9EC
Complementary color
Monochromatic Colors of #5AB9EC
Black with #5AB9EC
Text Example
Text Example
White with #5AB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9EC; }
p { color: rgb(90,185,236); }
H1.HeaderClassName
{
color: #5AB9EC;
}
.AnyTagClassName
{
color: #5AB9EC;
}
</style>
background-color css
<style>
a { background-color: #5AB9EC; }
a { background-color: rgb(90,185,236); }
div.DivClassName
{
background-color: #5AB9EC;
}
.BgClassName
{
background-color: #5AB9EC;
}
</style>
border-color css
<style>
span { border-color: #5AB9EC; }
span { border-color: rgb(90,185,236); }
td.TdClassName
{
border-color: #5AB9EC;
}
.TagClassName
{
border-color: #5AB9EC;
}
</style>