Shades of Malibu #60ACDA
Tints of Malibu #60ACDA
RGB
CMYK
RGB Variations
Color information
#60ACDA (or 0x60ACDA) is known color: Malibu. HEX triplet: 60, AC and DA. RGB value is (96,172,218). Sum of RGB (Red+Green+Blue) = 96+172+218=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #60ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACDA is #9F5325. Grayscale: #9A9A9A. Windows color (decimal): -10441510 or 14330976. OLE color: 14330976.
HSL color Cylindrical-coordinate representation of color #60ACDA: hue angle of 202.62º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60ACDA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 172 | 218 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.15 |
| HSL | 202.62º | 0.62% | 0.62% | - |
| HSV(B) | 202.62º | 0.56% | 0.85% | - |
| XYZ | 32.23 | 37.05 | 71.78 | - |
| YUV | 154.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 218 | 0.56 | 0.21 | 0 | 0.15 | 202.62 | 0.62 | 0.62 |
| Hex | 60 | AC | DA | 38 | 15 | 0 | F | CB | 3E | 3E |
| Octal | 140 | 254 | 332 | 70 | 25 | 0 | 17 | 313 | 76 | 76 |
| Binary | 1100000 | 10101100 | 11011010 | 111000 | 10101 | 0 | 1111 | 11001011 | 111110 | 111110 |
Color Harmonies of #60ACDA
Complementary color
Monochromatic Colors of #60ACDA
Black with #60ACDA
Text Example
Text Example
White with #60ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACDA; }
p { color: rgb(96,172,218); }
H1.HeaderClassName
{
color: #60ACDA;
}
.AnyTagClassName
{
color: #60ACDA;
}
</style>
background-color css
<style>
a { background-color: #60ACDA; }
a { background-color: rgb(96,172,218); }
div.DivClassName
{
background-color: #60ACDA;
}
.BgClassName
{
background-color: #60ACDA;
}
</style>
border-color css
<style>
span { border-color: #60ACDA; }
span { border-color: rgb(96,172,218); }
td.TdClassName
{
border-color: #60ACDA;
}
.TagClassName
{
border-color: #60ACDA;
}
</style>