Shades of Malibu #64C4DC
Tints of Malibu #64C4DC
RGB
CMYK
RGB Variations
Color information
#64C4DC (or 0x64C4DC) is known color: Malibu. HEX triplet: 64, C4 and DC. RGB value is (100,196,220). Sum of RGB (Red+Green+Blue) = 100+196+220=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #64C4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4DC is #9B3B23. Grayscale: #A9A9A9. Windows color (decimal): -10173220 or 14468196. OLE color: 14468196.
HSL color Cylindrical-coordinate representation of color #64C4DC: hue angle of 192º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64C4DC is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 196 | 220 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.14 |
| HSL | 192º | 0.63% | 0.63% | - |
| HSV(B) | 192º | 0.55% | 0.86% | - |
| XYZ | 37.91 | 47.36 | 74.85 | - |
| YUV | 170.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 220 | 0.55 | 0.11 | 0 | 0.14 | 192 | 0.63 | 0.63 |
| Hex | 64 | C4 | DC | 37 | B | 0 | E | C0 | 3F | 3F |
| Octal | 144 | 304 | 334 | 67 | 13 | 0 | 16 | 300 | 77 | 77 |
| Binary | 1100100 | 11000100 | 11011100 | 110111 | 1011 | 0 | 1110 | 11000000 | 111111 | 111111 |
Color Harmonies of #64C4DC
Complementary color
Monochromatic Colors of #64C4DC
Black with #64C4DC
Text Example
Text Example
White with #64C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C4DC; }
p { color: rgb(100,196,220); }
H1.HeaderClassName
{
color: #64C4DC;
}
.AnyTagClassName
{
color: #64C4DC;
}
</style>
background-color css
<style>
a { background-color: #64C4DC; }
a { background-color: rgb(100,196,220); }
div.DivClassName
{
background-color: #64C4DC;
}
.BgClassName
{
background-color: #64C4DC;
}
</style>
border-color css
<style>
span { border-color: #64C4DC; }
span { border-color: rgb(100,196,220); }
td.TdClassName
{
border-color: #64C4DC;
}
.TagClassName
{
border-color: #64C4DC;
}
</style>