Shades of Malibu #5AB2EC
Tints of Malibu #5AB2EC
RGB
CMYK
RGB Variations
Color information
#5AB2EC (or 0x5AB2EC) is known color: Malibu. HEX triplet: 5A, B2 and EC. RGB value is (90,178,236). Sum of RGB (Red+Green+Blue) = 90+178+236=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AB2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2EC is #A54D13. Grayscale: #9D9D9D. Windows color (decimal): -10833172 or 15512154. OLE color: 15512154.
HSL color Cylindrical-coordinate representation of color #5AB2EC: hue angle of 203.84º 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 #5AB2EC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 178 | 236 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.07 |
| HSL | 203.84º | 0.79% | 0.64% | - |
| HSV(B) | 203.84º | 0.62% | 0.93% | - |
| XYZ | 35.28 | 40.07 | 85.23 | - |
| YUV | 158.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 236 | 0.62 | 0.25 | 0 | 0.07 | 203.84 | 0.79 | 0.64 |
| Hex | 5A | B2 | EC | 3E | 19 | 0 | 7 | CC | 4F | 40 |
| Octal | 132 | 262 | 354 | 76 | 31 | 0 | 7 | 314 | 117 | 100 |
| Binary | 1011010 | 10110010 | 11101100 | 111110 | 11001 | 0 | 111 | 11001100 | 1001111 | 1000000 |
Color Harmonies of #5AB2EC
Complementary color
Monochromatic Colors of #5AB2EC
Black with #5AB2EC
Text Example
Text Example
White with #5AB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2EC; }
p { color: rgb(90,178,236); }
H1.HeaderClassName
{
color: #5AB2EC;
}
.AnyTagClassName
{
color: #5AB2EC;
}
</style>
background-color css
<style>
a { background-color: #5AB2EC; }
a { background-color: rgb(90,178,236); }
div.DivClassName
{
background-color: #5AB2EC;
}
.BgClassName
{
background-color: #5AB2EC;
}
</style>
border-color css
<style>
span { border-color: #5AB2EC; }
span { border-color: rgb(90,178,236); }
td.TdClassName
{
border-color: #5AB2EC;
}
.TagClassName
{
border-color: #5AB2EC;
}
</style>