Shades of Malibu #5ABAE6
Tints of Malibu #5ABAE6
RGB
CMYK
RGB Variations
Color information
#5ABAE6 (or 0x5ABAE6) is known color: Malibu. HEX triplet: 5A, BA and E6. RGB value is (90,186,230). Sum of RGB (Red+Green+Blue) = 90+186+230=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #5ABAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABAE6 is #A54519. Grayscale: #A2A2A2. Windows color (decimal): -10831130 or 15120986. OLE color: 15120986.
HSL color Cylindrical-coordinate representation of color #5ABAE6: hue angle of 198.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABAE6 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 186 | 230 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.10 |
| HSL | 198.86º | 0.74% | 0.63% | - |
| HSV(B) | 198.86º | 0.61% | 0.9% | - |
| XYZ | 36.06 | 43 | 81.26 | - |
| YUV | 162.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 230 | 0.61 | 0.19 | 0 | 0.10 | 198.86 | 0.74 | 0.63 |
| Hex | 5A | BA | E6 | 3D | 13 | 0 | A | C7 | 4A | 3F |
| Octal | 132 | 272 | 346 | 75 | 23 | 0 | 12 | 307 | 112 | 77 |
| Binary | 1011010 | 10111010 | 11100110 | 111101 | 10011 | 0 | 1010 | 11000111 | 1001010 | 111111 |
Color Harmonies of #5ABAE6
Complementary color
Monochromatic Colors of #5ABAE6
Black with #5ABAE6
Text Example
Text Example
White with #5ABAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAE6; }
p { color: rgb(90,186,230); }
H1.HeaderClassName
{
color: #5ABAE6;
}
.AnyTagClassName
{
color: #5ABAE6;
}
</style>
background-color css
<style>
a { background-color: #5ABAE6; }
a { background-color: rgb(90,186,230); }
div.DivClassName
{
background-color: #5ABAE6;
}
.BgClassName
{
background-color: #5ABAE6;
}
</style>
border-color css
<style>
span { border-color: #5ABAE6; }
span { border-color: rgb(90,186,230); }
td.TdClassName
{
border-color: #5ABAE6;
}
.TagClassName
{
border-color: #5ABAE6;
}
</style>