Shades of Malibu #68ACDC
Tints of Malibu #68ACDC
RGB
CMYK
RGB Variations
Color information
#68ACDC (or 0x68ACDC) is known color: Malibu. HEX triplet: 68, AC and DC. RGB value is (104,172,220). Sum of RGB (Red+Green+Blue) = 104+172+220=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #68ACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDC is #975323. Grayscale: #9C9C9C. Windows color (decimal): -9917220 or 14462056. OLE color: 14462056.
HSL color Cylindrical-coordinate representation of color #68ACDC: hue angle of 204.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68ACDC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 172 | 220 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.14 |
| HSL | 204.83º | 0.62% | 0.64% | - |
| HSV(B) | 204.83º | 0.53% | 0.86% | - |
| XYZ | 33.38 | 37.62 | 73.21 | - |
| YUV | 157.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 220 | 0.53 | 0.22 | 0 | 0.14 | 204.83 | 0.62 | 0.64 |
| Hex | 68 | AC | DC | 35 | 16 | 0 | E | CD | 3E | 40 |
| Octal | 150 | 254 | 334 | 65 | 26 | 0 | 16 | 315 | 76 | 100 |
| Binary | 1101000 | 10101100 | 11011100 | 110101 | 10110 | 0 | 1110 | 11001101 | 111110 | 1000000 |
Color Harmonies of #68ACDC
Complementary color
Monochromatic Colors of #68ACDC
Black with #68ACDC
Text Example
Text Example
White with #68ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACDC; }
p { color: rgb(104,172,220); }
H1.HeaderClassName
{
color: #68ACDC;
}
.AnyTagClassName
{
color: #68ACDC;
}
</style>
background-color css
<style>
a { background-color: #68ACDC; }
a { background-color: rgb(104,172,220); }
div.DivClassName
{
background-color: #68ACDC;
}
.BgClassName
{
background-color: #68ACDC;
}
</style>
border-color css
<style>
span { border-color: #68ACDC; }
span { border-color: rgb(104,172,220); }
td.TdClassName
{
border-color: #68ACDC;
}
.TagClassName
{
border-color: #68ACDC;
}
</style>