Shades of Malibu #60ABDC
Tints of Malibu #60ABDC
RGB
CMYK
RGB Variations
Color information
#60ABDC (or 0x60ABDC) is known color: Malibu. HEX triplet: 60, AB and DC. RGB value is (96,171,220). Sum of RGB (Red+Green+Blue) = 96+171+220=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #60ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABDC is #9F5423. Grayscale: #999999. Windows color (decimal): -10441764 or 14461792. OLE color: 14461792.
HSL color Cylindrical-coordinate representation of color #60ABDC: hue angle of 203.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60ABDC is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 171 | 220 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.14 |
| HSL | 203.71º | 0.64% | 0.62% | - |
| HSV(B) | 203.71º | 0.56% | 0.86% | - |
| XYZ | 32.31 | 36.78 | 73.11 | - |
| YUV | 154.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 220 | 0.56 | 0.22 | 0 | 0.14 | 203.71 | 0.64 | 0.62 |
| Hex | 60 | AB | DC | 38 | 16 | 0 | E | CC | 40 | 3E |
| Octal | 140 | 253 | 334 | 70 | 26 | 0 | 16 | 314 | 100 | 76 |
| Binary | 1100000 | 10101011 | 11011100 | 111000 | 10110 | 0 | 1110 | 11001100 | 1000000 | 111110 |
Color Harmonies of #60ABDC
Complementary color
Monochromatic Colors of #60ABDC
Black with #60ABDC
Text Example
Text Example
White with #60ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABDC; }
p { color: rgb(96,171,220); }
H1.HeaderClassName
{
color: #60ABDC;
}
.AnyTagClassName
{
color: #60ABDC;
}
</style>
background-color css
<style>
a { background-color: #60ABDC; }
a { background-color: rgb(96,171,220); }
div.DivClassName
{
background-color: #60ABDC;
}
.BgClassName
{
background-color: #60ABDC;
}
</style>
border-color css
<style>
span { border-color: #60ABDC; }
span { border-color: rgb(96,171,220); }
td.TdClassName
{
border-color: #60ABDC;
}
.TagClassName
{
border-color: #60ABDC;
}
</style>