Shades of Malibu #64ABDC
Tints of Malibu #64ABDC
RGB
CMYK
RGB Variations
Color information
#64ABDC (or 0x64ABDC) is known color: Malibu. HEX triplet: 64, AB and DC. RGB value is (100,171,220). Sum of RGB (Red+Green+Blue) = 100+171+220=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #64ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABDC is #9B5423. Grayscale: #9B9B9B. Windows color (decimal): -10179620 or 14461796. OLE color: 14461796.
HSL color Cylindrical-coordinate representation of color #64ABDC: hue angle of 204.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 #64ABDC is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 171 | 220 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.14 |
| HSL | 204.5º | 0.63% | 0.63% | - |
| HSV(B) | 204.5º | 0.55% | 0.86% | - |
| XYZ | 32.74 | 37 | 73.13 | - |
| YUV | 155.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 220 | 0.55 | 0.22 | 0 | 0.14 | 204.5 | 0.63 | 0.63 |
| Hex | 64 | AB | DC | 37 | 16 | 0 | E | CC | 3F | 3F |
| Octal | 144 | 253 | 334 | 67 | 26 | 0 | 16 | 314 | 77 | 77 |
| Binary | 1100100 | 10101011 | 11011100 | 110111 | 10110 | 0 | 1110 | 11001100 | 111111 | 111111 |
Color Harmonies of #64ABDC
Complementary color
Monochromatic Colors of #64ABDC
Black with #64ABDC
Text Example
Text Example
White with #64ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABDC; }
p { color: rgb(100,171,220); }
H1.HeaderClassName
{
color: #64ABDC;
}
.AnyTagClassName
{
color: #64ABDC;
}
</style>
background-color css
<style>
a { background-color: #64ABDC; }
a { background-color: rgb(100,171,220); }
div.DivClassName
{
background-color: #64ABDC;
}
.BgClassName
{
background-color: #64ABDC;
}
</style>
border-color css
<style>
span { border-color: #64ABDC; }
span { border-color: rgb(100,171,220); }
td.TdClassName
{
border-color: #64ABDC;
}
.TagClassName
{
border-color: #64ABDC;
}
</style>