Shades of Malibu #60ABDB
Tints of Malibu #60ABDB
RGB
CMYK
RGB Variations
Color information
#60ABDB (or 0x60ABDB) is known color: Malibu. HEX triplet: 60, AB and DB. RGB value is (96,171,219). Sum of RGB (Red+Green+Blue) = 96+171+219=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #60ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABDB is #9F5424. Grayscale: #999999. Windows color (decimal): -10441765 or 14396256. OLE color: 14396256.
HSL color Cylindrical-coordinate representation of color #60ABDB: hue angle of 203.41º degrees, saturation: 0.63, 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 #60ABDB is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 171 | 219 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.14 |
| HSL | 203.41º | 0.63% | 0.62% | - |
| HSV(B) | 203.41º | 0.56% | 0.86% | - |
| XYZ | 32.17 | 36.73 | 72.41 | - |
| YUV | 154.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 219 | 0.56 | 0.22 | 0 | 0.14 | 203.41 | 0.63 | 0.62 |
| Hex | 60 | AB | DB | 38 | 16 | 0 | E | CB | 3F | 3E |
| Octal | 140 | 253 | 333 | 70 | 26 | 0 | 16 | 313 | 77 | 76 |
| Binary | 1100000 | 10101011 | 11011011 | 111000 | 10110 | 0 | 1110 | 11001011 | 111111 | 111110 |
Color Harmonies of #60ABDB
Complementary color
Monochromatic Colors of #60ABDB
Black with #60ABDB
Text Example
Text Example
White with #60ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABDB; }
p { color: rgb(96,171,219); }
H1.HeaderClassName
{
color: #60ABDB;
}
.AnyTagClassName
{
color: #60ABDB;
}
</style>
background-color css
<style>
a { background-color: #60ABDB; }
a { background-color: rgb(96,171,219); }
div.DivClassName
{
background-color: #60ABDB;
}
.BgClassName
{
background-color: #60ABDB;
}
</style>
border-color css
<style>
span { border-color: #60ABDB; }
span { border-color: rgb(96,171,219); }
td.TdClassName
{
border-color: #60ABDB;
}
.TagClassName
{
border-color: #60ABDB;
}
</style>