Shades of Malibu #64B7DB
Tints of Malibu #64B7DB
RGB
CMYK
RGB Variations
Color information
#64B7DB (or 0x64B7DB) is known color: Malibu. HEX triplet: 64, B7 and DB. RGB value is (100,183,219). Sum of RGB (Red+Green+Blue) = 100+183+219=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #64B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7DB is #9B4824. Grayscale: #A2A2A2. Windows color (decimal): -10176549 or 14399332. OLE color: 14399332.
HSL color Cylindrical-coordinate representation of color #64B7DB: hue angle of 198.15º 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 #64B7DB is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 183 | 219 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.14 |
| HSL | 198.15º | 0.62% | 0.63% | - |
| HSV(B) | 198.15º | 0.54% | 0.86% | - |
| XYZ | 34.98 | 41.69 | 73.22 | - |
| YUV | 162.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 219 | 0.54 | 0.16 | 0 | 0.14 | 198.15 | 0.62 | 0.63 |
| Hex | 64 | B7 | DB | 36 | 10 | 0 | E | C6 | 3E | 3F |
| Octal | 144 | 267 | 333 | 66 | 20 | 0 | 16 | 306 | 76 | 77 |
| Binary | 1100100 | 10110111 | 11011011 | 110110 | 10000 | 0 | 1110 | 11000110 | 111110 | 111111 |
Color Harmonies of #64B7DB
Complementary color
Monochromatic Colors of #64B7DB
Black with #64B7DB
Text Example
Text Example
White with #64B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B7DB; }
p { color: rgb(100,183,219); }
H1.HeaderClassName
{
color: #64B7DB;
}
.AnyTagClassName
{
color: #64B7DB;
}
</style>
background-color css
<style>
a { background-color: #64B7DB; }
a { background-color: rgb(100,183,219); }
div.DivClassName
{
background-color: #64B7DB;
}
.BgClassName
{
background-color: #64B7DB;
}
</style>
border-color css
<style>
span { border-color: #64B7DB; }
span { border-color: rgb(100,183,219); }
td.TdClassName
{
border-color: #64B7DB;
}
.TagClassName
{
border-color: #64B7DB;
}
</style>