Shades of Malibu #5ABAEC
Tints of Malibu #5ABAEC
RGB
CMYK
RGB Variations
Color information
#5ABAEC (or 0x5ABAEC) is known color: Malibu. HEX triplet: 5A, BA and EC. RGB value is (90,186,236). Sum of RGB (Red+Green+Blue) = 90+186+236=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ABAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAEC is #A54513. Grayscale: #A2A2A2. Windows color (decimal): -10831124 or 15514202. OLE color: 15514202.
HSL color Cylindrical-coordinate representation of color #5ABAEC: hue angle of 200.55º 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 #5ABAEC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 186 | 236 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.07 |
| HSL | 200.55º | 0.79% | 0.64% | - |
| HSV(B) | 200.55º | 0.62% | 0.93% | - |
| XYZ | 36.92 | 43.35 | 85.78 | - |
| YUV | 163 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 236 | 0.62 | 0.21 | 0 | 0.07 | 200.55 | 0.79 | 0.64 |
| Hex | 5A | BA | EC | 3E | 15 | 0 | 7 | C9 | 4F | 40 |
| Octal | 132 | 272 | 354 | 76 | 25 | 0 | 7 | 311 | 117 | 100 |
| Binary | 1011010 | 10111010 | 11101100 | 111110 | 10101 | 0 | 111 | 11001001 | 1001111 | 1000000 |
Color Harmonies of #5ABAEC
Complementary color
Monochromatic Colors of #5ABAEC
Black with #5ABAEC
Text Example
Text Example
White with #5ABAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAEC; }
p { color: rgb(90,186,236); }
H1.HeaderClassName
{
color: #5ABAEC;
}
.AnyTagClassName
{
color: #5ABAEC;
}
</style>
background-color css
<style>
a { background-color: #5ABAEC; }
a { background-color: rgb(90,186,236); }
div.DivClassName
{
background-color: #5ABAEC;
}
.BgClassName
{
background-color: #5ABAEC;
}
</style>
border-color css
<style>
span { border-color: #5ABAEC; }
span { border-color: rgb(90,186,236); }
td.TdClassName
{
border-color: #5ABAEC;
}
.TagClassName
{
border-color: #5ABAEC;
}
</style>