Shades of Malibu #64ACDD
Tints of Malibu #64ACDD
RGB
CMYK
RGB Variations
Color information
#64ACDD (or 0x64ACDD) is known color: Malibu. HEX triplet: 64, AC and DD. RGB value is (100,172,221). Sum of RGB (Red+Green+Blue) = 100+172+221=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #64ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACDD is #9B5322. Grayscale: #9B9B9B. Windows color (decimal): -10179363 or 14527588. OLE color: 14527588.
HSL color Cylindrical-coordinate representation of color #64ACDD: hue angle of 204.3º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64ACDD is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 172 | 221 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.13 |
| HSL | 204.3º | 0.64% | 0.63% | - |
| HSV(B) | 204.3º | 0.55% | 0.87% | - |
| XYZ | 33.06 | 37.43 | 73.89 | - |
| YUV | 156.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 221 | 0.55 | 0.22 | 0 | 0.13 | 204.3 | 0.64 | 0.63 |
| Hex | 64 | AC | DD | 37 | 16 | 0 | D | CC | 40 | 3F |
| Octal | 144 | 254 | 335 | 67 | 26 | 0 | 15 | 314 | 100 | 77 |
| Binary | 1100100 | 10101100 | 11011101 | 110111 | 10110 | 0 | 1101 | 11001100 | 1000000 | 111111 |
Color Harmonies of #64ACDD
Complementary color
Monochromatic Colors of #64ACDD
Black with #64ACDD
Text Example
Text Example
White with #64ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACDD; }
p { color: rgb(100,172,221); }
H1.HeaderClassName
{
color: #64ACDD;
}
.AnyTagClassName
{
color: #64ACDD;
}
</style>
background-color css
<style>
a { background-color: #64ACDD; }
a { background-color: rgb(100,172,221); }
div.DivClassName
{
background-color: #64ACDD;
}
.BgClassName
{
background-color: #64ACDD;
}
</style>
border-color css
<style>
span { border-color: #64ACDD; }
span { border-color: rgb(100,172,221); }
td.TdClassName
{
border-color: #64ACDD;
}
.TagClassName
{
border-color: #64ACDD;
}
</style>