Shades of Malibu #60ABDF
Tints of Malibu #60ABDF
RGB
CMYK
RGB Variations
Color information
#60ABDF (or 0x60ABDF) is known color: Malibu. HEX triplet: 60, AB and DF. RGB value is (96,171,223). Sum of RGB (Red+Green+Blue) = 96+171+223=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #60ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABDF is #9F5420. Grayscale: #9A9A9A. Windows color (decimal): -10441761 or 14658400. OLE color: 14658400.
HSL color Cylindrical-coordinate representation of color #60ABDF: hue angle of 204.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60ABDF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 171 | 223 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.13 |
| HSL | 204.57º | 0.66% | 0.63% | - |
| HSV(B) | 204.57º | 0.57% | 0.87% | - |
| XYZ | 32.71 | 36.94 | 75.22 | - |
| YUV | 154.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 223 | 0.57 | 0.23 | 0 | 0.13 | 204.57 | 0.66 | 0.63 |
| Hex | 60 | AB | DF | 39 | 17 | 0 | D | CD | 42 | 3F |
| Octal | 140 | 253 | 337 | 71 | 27 | 0 | 15 | 315 | 102 | 77 |
| Binary | 1100000 | 10101011 | 11011111 | 111001 | 10111 | 0 | 1101 | 11001101 | 1000010 | 111111 |
Color Harmonies of #60ABDF
Complementary color
Monochromatic Colors of #60ABDF
Black with #60ABDF
Text Example
Text Example
White with #60ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABDF; }
p { color: rgb(96,171,223); }
H1.HeaderClassName
{
color: #60ABDF;
}
.AnyTagClassName
{
color: #60ABDF;
}
</style>
background-color css
<style>
a { background-color: #60ABDF; }
a { background-color: rgb(96,171,223); }
div.DivClassName
{
background-color: #60ABDF;
}
.BgClassName
{
background-color: #60ABDF;
}
</style>
border-color css
<style>
span { border-color: #60ABDF; }
span { border-color: rgb(96,171,223); }
td.TdClassName
{
border-color: #60ABDF;
}
.TagClassName
{
border-color: #60ABDF;
}
</style>