Shades of Malibu #60ABDD
Tints of Malibu #60ABDD
RGB
CMYK
RGB Variations
Color information
#60ABDD (or 0x60ABDD) is known color: Malibu. HEX triplet: 60, AB and DD. RGB value is (96,171,221). Sum of RGB (Red+Green+Blue) = 96+171+221=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #60ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABDD is #9F5422. Grayscale: #9A9A9A. Windows color (decimal): -10441763 or 14527328. OLE color: 14527328.
HSL color Cylindrical-coordinate representation of color #60ABDD: hue angle of 204º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60ABDD is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 171 | 221 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.13 |
| HSL | 204º | 0.65% | 0.62% | - |
| HSV(B) | 204º | 0.57% | 0.87% | - |
| XYZ | 32.44 | 36.83 | 73.81 | - |
| YUV | 154.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 221 | 0.57 | 0.23 | 0 | 0.13 | 204 | 0.65 | 0.62 |
| Hex | 60 | AB | DD | 39 | 17 | 0 | D | CC | 41 | 3E |
| Octal | 140 | 253 | 335 | 71 | 27 | 0 | 15 | 314 | 101 | 76 |
| Binary | 1100000 | 10101011 | 11011101 | 111001 | 10111 | 0 | 1101 | 11001100 | 1000001 | 111110 |
Color Harmonies of #60ABDD
Complementary color
Monochromatic Colors of #60ABDD
Black with #60ABDD
Text Example
Text Example
White with #60ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABDD; }
p { color: rgb(96,171,221); }
H1.HeaderClassName
{
color: #60ABDD;
}
.AnyTagClassName
{
color: #60ABDD;
}
</style>
background-color css
<style>
a { background-color: #60ABDD; }
a { background-color: rgb(96,171,221); }
div.DivClassName
{
background-color: #60ABDD;
}
.BgClassName
{
background-color: #60ABDD;
}
</style>
border-color css
<style>
span { border-color: #60ABDD; }
span { border-color: rgb(96,171,221); }
td.TdClassName
{
border-color: #60ABDD;
}
.TagClassName
{
border-color: #60ABDD;
}
</style>