Shades of Malibu #5ABADC
Tints of Malibu #5ABADC
RGB
CMYK
RGB Variations
Color information
#5ABADC (or 0x5ABADC) is known color: Malibu. HEX triplet: 5A, BA and DC. RGB value is (90,186,220). Sum of RGB (Red+Green+Blue) = 90+186+220=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ABADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABADC is #A54523. Grayscale: #A0A0A0. Windows color (decimal): -10831140 or 14465626. OLE color: 14465626.
HSL color Cylindrical-coordinate representation of color #5ABADC: hue angle of 195.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABADC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 186 | 220 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.14 |
| HSL | 195.69º | 0.65% | 0.61% | - |
| HSV(B) | 195.69º | 0.59% | 0.86% | - |
| XYZ | 34.69 | 42.46 | 74.08 | - |
| YUV | 161.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 220 | 0.59 | 0.15 | 0 | 0.14 | 195.69 | 0.65 | 0.61 |
| Hex | 5A | BA | DC | 3B | F | 0 | E | C4 | 41 | 3D |
| Octal | 132 | 272 | 334 | 73 | 17 | 0 | 16 | 304 | 101 | 75 |
| Binary | 1011010 | 10111010 | 11011100 | 111011 | 1111 | 0 | 1110 | 11000100 | 1000001 | 111101 |
Color Harmonies of #5ABADC
Complementary color
Monochromatic Colors of #5ABADC
Black with #5ABADC
Text Example
Text Example
White with #5ABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABADC; }
p { color: rgb(90,186,220); }
H1.HeaderClassName
{
color: #5ABADC;
}
.AnyTagClassName
{
color: #5ABADC;
}
</style>
background-color css
<style>
a { background-color: #5ABADC; }
a { background-color: rgb(90,186,220); }
div.DivClassName
{
background-color: #5ABADC;
}
.BgClassName
{
background-color: #5ABADC;
}
</style>
border-color css
<style>
span { border-color: #5ABADC; }
span { border-color: rgb(90,186,220); }
td.TdClassName
{
border-color: #5ABADC;
}
.TagClassName
{
border-color: #5ABADC;
}
</style>