Shades of Malibu #64BADB
Tints of Malibu #64BADB
RGB
CMYK
RGB Variations
Color information
#64BADB (or 0x64BADB) is known color: Malibu. HEX triplet: 64, BA and DB. RGB value is (100,186,219). Sum of RGB (Red+Green+Blue) = 100+186+219=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #64BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BADB is #9B4524. Grayscale: #A3A3A3. Windows color (decimal): -10175781 or 14400100. OLE color: 14400100.
HSL color Cylindrical-coordinate representation of color #64BADB: hue angle of 196.64º 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 #64BADB is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 186 | 219 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.14 |
| HSL | 196.64º | 0.62% | 0.63% | - |
| HSV(B) | 196.64º | 0.54% | 0.86% | - |
| XYZ | 35.6 | 42.94 | 73.43 | - |
| YUV | 164.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 219 | 0.54 | 0.15 | 0 | 0.14 | 196.64 | 0.62 | 0.63 |
| Hex | 64 | BA | DB | 36 | F | 0 | E | C5 | 3E | 3F |
| Octal | 144 | 272 | 333 | 66 | 17 | 0 | 16 | 305 | 76 | 77 |
| Binary | 1100100 | 10111010 | 11011011 | 110110 | 1111 | 0 | 1110 | 11000101 | 111110 | 111111 |
Color Harmonies of #64BADB
Complementary color
Monochromatic Colors of #64BADB
Black with #64BADB
Text Example
Text Example
White with #64BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BADB; }
p { color: rgb(100,186,219); }
H1.HeaderClassName
{
color: #64BADB;
}
.AnyTagClassName
{
color: #64BADB;
}
</style>
background-color css
<style>
a { background-color: #64BADB; }
a { background-color: rgb(100,186,219); }
div.DivClassName
{
background-color: #64BADB;
}
.BgClassName
{
background-color: #64BADB;
}
</style>
border-color css
<style>
span { border-color: #64BADB; }
span { border-color: rgb(100,186,219); }
td.TdClassName
{
border-color: #64BADB;
}
.TagClassName
{
border-color: #64BADB;
}
</style>