Shades of Malibu #64B4DB
Tints of Malibu #64B4DB
RGB
CMYK
RGB Variations
Color information
#64B4DB (or 0x64B4DB) is known color: Malibu. HEX triplet: 64, B4 and DB. RGB value is (100,180,219). Sum of RGB (Red+Green+Blue) = 100+180+219=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #64B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B4DB is #9B4B24. Grayscale: #A0A0A0. Windows color (decimal): -10177317 or 14398564. OLE color: 14398564.
HSL color Cylindrical-coordinate representation of color #64B4DB: hue angle of 199.66º 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 #64B4DB is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 180 | 219 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.14 |
| HSL | 199.66º | 0.62% | 0.63% | - |
| HSV(B) | 199.66º | 0.54% | 0.86% | - |
| XYZ | 34.36 | 40.47 | 73.02 | - |
| YUV | 160.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 180 | 219 | 0.54 | 0.18 | 0 | 0.14 | 199.66 | 0.62 | 0.63 |
| Hex | 64 | B4 | DB | 36 | 12 | 0 | E | C8 | 3E | 3F |
| Octal | 144 | 264 | 333 | 66 | 22 | 0 | 16 | 310 | 76 | 77 |
| Binary | 1100100 | 10110100 | 11011011 | 110110 | 10010 | 0 | 1110 | 11001000 | 111110 | 111111 |
Color Harmonies of #64B4DB
Complementary color
Monochromatic Colors of #64B4DB
Black with #64B4DB
Text Example
Text Example
White with #64B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B4DB; }
p { color: rgb(100,180,219); }
H1.HeaderClassName
{
color: #64B4DB;
}
.AnyTagClassName
{
color: #64B4DB;
}
</style>
background-color css
<style>
a { background-color: #64B4DB; }
a { background-color: rgb(100,180,219); }
div.DivClassName
{
background-color: #64B4DB;
}
.BgClassName
{
background-color: #64B4DB;
}
</style>
border-color css
<style>
span { border-color: #64B4DB; }
span { border-color: rgb(100,180,219); }
td.TdClassName
{
border-color: #64B4DB;
}
.TagClassName
{
border-color: #64B4DB;
}
</style>