Shades of Malibu #64ACF0
Tints of Malibu #64ACF0
RGB
CMYK
RGB Variations
Color information
#64ACF0 (or 0x64ACF0) is known color: Malibu. HEX triplet: 64, AC and F0. RGB value is (100,172,240). Sum of RGB (Red+Green+Blue) = 100+172+240=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #64ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACF0 is #9B530F. Grayscale: #9D9D9D. Windows color (decimal): -10179344 or 15772772. OLE color: 15772772.
HSL color Cylindrical-coordinate representation of color #64ACF0: hue angle of 209.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ACF0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 172 | 240 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.06 |
| HSL | 209.14º | 0.82% | 0.67% | - |
| HSV(B) | 209.14º | 0.58% | 0.94% | - |
| XYZ | 35.74 | 38.51 | 87.99 | - |
| YUV | 158.22 | 174.15 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 240 | 0.58 | 0.28 | 0 | 0.06 | 209.14 | 0.82 | 0.67 |
| Hex | 64 | AC | F0 | 3A | 1C | 0 | 6 | D1 | 52 | 43 |
| Octal | 144 | 254 | 360 | 72 | 34 | 0 | 6 | 321 | 122 | 103 |
| Binary | 1100100 | 10101100 | 11110000 | 111010 | 11100 | 0 | 110 | 11010001 | 1010010 | 1000011 |
Color Harmonies of #64ACF0
Complementary color
Monochromatic Colors of #64ACF0
Black with #64ACF0
Text Example
Text Example
White with #64ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACF0; }
p { color: rgb(100,172,240); }
H1.HeaderClassName
{
color: #64ACF0;
}
.AnyTagClassName
{
color: #64ACF0;
}
</style>
background-color css
<style>
a { background-color: #64ACF0; }
a { background-color: rgb(100,172,240); }
div.DivClassName
{
background-color: #64ACF0;
}
.BgClassName
{
background-color: #64ACF0;
}
</style>
border-color css
<style>
span { border-color: #64ACF0; }
span { border-color: rgb(100,172,240); }
td.TdClassName
{
border-color: #64ACF0;
}
.TagClassName
{
border-color: #64ACF0;
}
</style>