Shades of Malibu #64C3DC
Tints of Malibu #64C3DC
RGB
CMYK
RGB Variations
Color information
#64C3DC (or 0x64C3DC) is known color: Malibu. HEX triplet: 64, C3 and DC. RGB value is (100,195,220). Sum of RGB (Red+Green+Blue) = 100+195+220=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #64C3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C3DC is #9B3C23. Grayscale: #A9A9A9. Windows color (decimal): -10173476 or 14467940. OLE color: 14467940.
HSL color Cylindrical-coordinate representation of color #64C3DC: hue angle of 192.5º 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 #64C3DC is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 195 | 220 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.14 |
| HSL | 192.5º | 0.63% | 0.63% | - |
| HSV(B) | 192.5º | 0.55% | 0.86% | - |
| XYZ | 37.69 | 46.91 | 74.78 | - |
| YUV | 169.45 | 156.53 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 220 | 0.55 | 0.11 | 0 | 0.14 | 192.5 | 0.63 | 0.63 |
| Hex | 64 | C3 | DC | 37 | B | 0 | E | C0 | 3F | 3F |
| Octal | 144 | 303 | 334 | 67 | 13 | 0 | 16 | 300 | 77 | 77 |
| Binary | 1100100 | 11000011 | 11011100 | 110111 | 1011 | 0 | 1110 | 11000000 | 111111 | 111111 |
Color Harmonies of #64C3DC
Complementary color
Monochromatic Colors of #64C3DC
Black with #64C3DC
Text Example
Text Example
White with #64C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C3DC; }
p { color: rgb(100,195,220); }
H1.HeaderClassName
{
color: #64C3DC;
}
.AnyTagClassName
{
color: #64C3DC;
}
</style>
background-color css
<style>
a { background-color: #64C3DC; }
a { background-color: rgb(100,195,220); }
div.DivClassName
{
background-color: #64C3DC;
}
.BgClassName
{
background-color: #64C3DC;
}
</style>
border-color css
<style>
span { border-color: #64C3DC; }
span { border-color: rgb(100,195,220); }
td.TdClassName
{
border-color: #64C3DC;
}
.TagClassName
{
border-color: #64C3DC;
}
</style>