Shades of Malibu #64ACF4
Tints of Malibu #64ACF4
RGB
CMYK
RGB Variations
Color information
#64ACF4 (or 0x64ACF4) is known color: Malibu. HEX triplet: 64, AC and F4. RGB value is (100,172,244). Sum of RGB (Red+Green+Blue) = 100+172+244=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #64ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACF4 is #9B530B. Grayscale: #9E9E9E. Windows color (decimal): -10179340 or 16034916. OLE color: 16034916.
HSL color Cylindrical-coordinate representation of color #64ACF4: hue angle of 210º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ACF4 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 172 | 244 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.04 |
| HSL | 210º | 0.87% | 0.67% | - |
| HSV(B) | 210º | 0.59% | 0.96% | - |
| XYZ | 36.34 | 38.75 | 91.15 | - |
| YUV | 158.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 244 | 0.59 | 0.30 | 0 | 0.04 | 210 | 0.87 | 0.67 |
| Hex | 64 | AC | F4 | 3B | 1E | 0 | 4 | D2 | 57 | 43 |
| Octal | 144 | 254 | 364 | 73 | 36 | 0 | 4 | 322 | 127 | 103 |
| Binary | 1100100 | 10101100 | 11110100 | 111011 | 11110 | 0 | 100 | 11010010 | 1010111 | 1000011 |
Color Harmonies of #64ACF4
Complementary color
Monochromatic Colors of #64ACF4
Black with #64ACF4
Text Example
Text Example
White with #64ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACF4; }
p { color: rgb(100,172,244); }
H1.HeaderClassName
{
color: #64ACF4;
}
.AnyTagClassName
{
color: #64ACF4;
}
</style>
background-color css
<style>
a { background-color: #64ACF4; }
a { background-color: rgb(100,172,244); }
div.DivClassName
{
background-color: #64ACF4;
}
.BgClassName
{
background-color: #64ACF4;
}
</style>
border-color css
<style>
span { border-color: #64ACF4; }
span { border-color: rgb(100,172,244); }
td.TdClassName
{
border-color: #64ACF4;
}
.TagClassName
{
border-color: #64ACF4;
}
</style>