Shades of Malibu #60ACDC
Tints of Malibu #60ACDC
RGB
CMYK
RGB Variations
Color information
#60ACDC (or 0x60ACDC) is known color: Malibu. HEX triplet: 60, AC and DC. RGB value is (96,172,220). Sum of RGB (Red+Green+Blue) = 96+172+220=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #60ACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACDC is #9F5323. Grayscale: #9A9A9A. Windows color (decimal): -10441508 or 14462048. OLE color: 14462048.
HSL color Cylindrical-coordinate representation of color #60ACDC: hue angle of 203.23º 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 #60ACDC is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 172 | 220 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.14 |
| HSL | 203.23º | 0.64% | 0.62% | - |
| HSV(B) | 203.23º | 0.56% | 0.86% | - |
| XYZ | 32.49 | 37.16 | 73.17 | - |
| YUV | 154.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 220 | 0.56 | 0.22 | 0 | 0.14 | 203.23 | 0.64 | 0.62 |
| Hex | 60 | AC | DC | 38 | 16 | 0 | E | CB | 40 | 3E |
| Octal | 140 | 254 | 334 | 70 | 26 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1100000 | 10101100 | 11011100 | 111000 | 10110 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #60ACDC
Complementary color
Monochromatic Colors of #60ACDC
Black with #60ACDC
Text Example
Text Example
White with #60ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACDC; }
p { color: rgb(96,172,220); }
H1.HeaderClassName
{
color: #60ACDC;
}
.AnyTagClassName
{
color: #60ACDC;
}
</style>
background-color css
<style>
a { background-color: #60ACDC; }
a { background-color: rgb(96,172,220); }
div.DivClassName
{
background-color: #60ACDC;
}
.BgClassName
{
background-color: #60ACDC;
}
</style>
border-color css
<style>
span { border-color: #60ACDC; }
span { border-color: rgb(96,172,220); }
td.TdClassName
{
border-color: #60ACDC;
}
.TagClassName
{
border-color: #60ACDC;
}
</style>