Shades of Malibu #64ACE0
Tints of Malibu #64ACE0
RGB
CMYK
RGB Variations
Color information
#64ACE0 (or 0x64ACE0) is known color: Malibu. HEX triplet: 64, AC and E0. RGB value is (100,172,224). Sum of RGB (Red+Green+Blue) = 100+172+224=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #64ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACE0 is #9B531F. Grayscale: #9C9C9C. Windows color (decimal): -10179360 or 14724196. OLE color: 14724196.
HSL color Cylindrical-coordinate representation of color #64ACE0: hue angle of 205.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64ACE0 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 172 | 224 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.12 |
| HSL | 205.16º | 0.67% | 0.64% | - |
| HSV(B) | 205.16º | 0.55% | 0.88% | - |
| XYZ | 33.46 | 37.6 | 76.01 | - |
| YUV | 156.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 224 | 0.55 | 0.23 | 0 | 0.12 | 205.16 | 0.67 | 0.64 |
| Hex | 64 | AC | E0 | 37 | 17 | 0 | C | CD | 43 | 40 |
| Octal | 144 | 254 | 340 | 67 | 27 | 0 | 14 | 315 | 103 | 100 |
| Binary | 1100100 | 10101100 | 11100000 | 110111 | 10111 | 0 | 1100 | 11001101 | 1000011 | 1000000 |
Color Harmonies of #64ACE0
Complementary color
Monochromatic Colors of #64ACE0
Black with #64ACE0
Text Example
Text Example
White with #64ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACE0; }
p { color: rgb(100,172,224); }
H1.HeaderClassName
{
color: #64ACE0;
}
.AnyTagClassName
{
color: #64ACE0;
}
</style>
background-color css
<style>
a { background-color: #64ACE0; }
a { background-color: rgb(100,172,224); }
div.DivClassName
{
background-color: #64ACE0;
}
.BgClassName
{
background-color: #64ACE0;
}
</style>
border-color css
<style>
span { border-color: #64ACE0; }
span { border-color: rgb(100,172,224); }
td.TdClassName
{
border-color: #64ACE0;
}
.TagClassName
{
border-color: #64ACE0;
}
</style>