Shades of Malibu #64ACEC
Tints of Malibu #64ACEC
RGB
CMYK
RGB Variations
Color information
#64ACEC (or 0x64ACEC) is known color: Malibu. HEX triplet: 64, AC and EC. RGB value is (100,172,236). Sum of RGB (Red+Green+Blue) = 100+172+236=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #64ACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ACEC is #9B5313. Grayscale: #9D9D9D. Windows color (decimal): -10179348 or 15510628. OLE color: 15510628.
HSL color Cylindrical-coordinate representation of color #64ACEC: hue angle of 208.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ACEC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 172 | 236 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.07 |
| HSL | 208.24º | 0.78% | 0.66% | - |
| HSV(B) | 208.24º | 0.58% | 0.93% | - |
| XYZ | 35.15 | 38.27 | 84.89 | - |
| YUV | 157.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 236 | 0.58 | 0.27 | 0 | 0.07 | 208.24 | 0.78 | 0.66 |
| Hex | 64 | AC | EC | 3A | 1B | 0 | 7 | D0 | 4E | 42 |
| Octal | 144 | 254 | 354 | 72 | 33 | 0 | 7 | 320 | 116 | 102 |
| Binary | 1100100 | 10101100 | 11101100 | 111010 | 11011 | 0 | 111 | 11010000 | 1001110 | 1000010 |
Color Harmonies of #64ACEC
Complementary color
Monochromatic Colors of #64ACEC
Black with #64ACEC
Text Example
Text Example
White with #64ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACEC; }
p { color: rgb(100,172,236); }
H1.HeaderClassName
{
color: #64ACEC;
}
.AnyTagClassName
{
color: #64ACEC;
}
</style>
background-color css
<style>
a { background-color: #64ACEC; }
a { background-color: rgb(100,172,236); }
div.DivClassName
{
background-color: #64ACEC;
}
.BgClassName
{
background-color: #64ACEC;
}
</style>
border-color css
<style>
span { border-color: #64ACEC; }
span { border-color: rgb(100,172,236); }
td.TdClassName
{
border-color: #64ACEC;
}
.TagClassName
{
border-color: #64ACEC;
}
</style>