Shades of Malibu #64AADB
Tints of Malibu #64AADB
RGB
CMYK
RGB Variations
Color information
#64AADB (or 0x64AADB) is known color: Malibu. HEX triplet: 64, AA and DB. RGB value is (100,170,219). Sum of RGB (Red+Green+Blue) = 100+170+219=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #64AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AADB is #9B5524. Grayscale: #9A9A9A. Windows color (decimal): -10179877 or 14396004. OLE color: 14396004.
HSL color Cylindrical-coordinate representation of color #64AADB: hue angle of 204.71º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64AADB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 170 | 219 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.14 |
| HSL | 204.71º | 0.62% | 0.63% | - |
| HSV(B) | 204.71º | 0.54% | 0.86% | - |
| XYZ | 32.42 | 36.57 | 72.37 | - |
| YUV | 154.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 219 | 0.54 | 0.22 | 0 | 0.14 | 204.71 | 0.62 | 0.63 |
| Hex | 64 | AA | DB | 36 | 16 | 0 | E | CD | 3E | 3F |
| Octal | 144 | 252 | 333 | 66 | 26 | 0 | 16 | 315 | 76 | 77 |
| Binary | 1100100 | 10101010 | 11011011 | 110110 | 10110 | 0 | 1110 | 11001101 | 111110 | 111111 |
Color Harmonies of #64AADB
Complementary color
Monochromatic Colors of #64AADB
Black with #64AADB
Text Example
Text Example
White with #64AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AADB; }
p { color: rgb(100,170,219); }
H1.HeaderClassName
{
color: #64AADB;
}
.AnyTagClassName
{
color: #64AADB;
}
</style>
background-color css
<style>
a { background-color: #64AADB; }
a { background-color: rgb(100,170,219); }
div.DivClassName
{
background-color: #64AADB;
}
.BgClassName
{
background-color: #64AADB;
}
</style>
border-color css
<style>
span { border-color: #64AADB; }
span { border-color: rgb(100,170,219); }
td.TdClassName
{
border-color: #64AADB;
}
.TagClassName
{
border-color: #64AADB;
}
</style>