Shades of Malibu #64BDDB
Tints of Malibu #64BDDB
RGB
CMYK
RGB Variations
Color information
#64BDDB (or 0x64BDDB) is known color: Malibu. HEX triplet: 64, BD and DB. RGB value is (100,189,219). Sum of RGB (Red+Green+Blue) = 100+189+219=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #64BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDDB is #9B4224. Grayscale: #A5A5A5. Windows color (decimal): -10175013 or 14400868. OLE color: 14400868.
HSL color Cylindrical-coordinate representation of color #64BDDB: hue angle of 195.13º 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 #64BDDB is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 189 | 219 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.14 |
| HSL | 195.13º | 0.62% | 0.63% | - |
| HSV(B) | 195.13º | 0.54% | 0.86% | - |
| XYZ | 36.24 | 44.22 | 73.64 | - |
| YUV | 165.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 219 | 0.54 | 0.14 | 0 | 0.14 | 195.13 | 0.62 | 0.63 |
| Hex | 64 | BD | DB | 36 | E | 0 | E | C3 | 3E | 3F |
| Octal | 144 | 275 | 333 | 66 | 16 | 0 | 16 | 303 | 76 | 77 |
| Binary | 1100100 | 10111101 | 11011011 | 110110 | 1110 | 0 | 1110 | 11000011 | 111110 | 111111 |
Color Harmonies of #64BDDB
Complementary color
Monochromatic Colors of #64BDDB
Black with #64BDDB
Text Example
Text Example
White with #64BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BDDB; }
p { color: rgb(100,189,219); }
H1.HeaderClassName
{
color: #64BDDB;
}
.AnyTagClassName
{
color: #64BDDB;
}
</style>
background-color css
<style>
a { background-color: #64BDDB; }
a { background-color: rgb(100,189,219); }
div.DivClassName
{
background-color: #64BDDB;
}
.BgClassName
{
background-color: #64BDDB;
}
</style>
border-color css
<style>
span { border-color: #64BDDB; }
span { border-color: rgb(100,189,219); }
td.TdClassName
{
border-color: #64BDDB;
}
.TagClassName
{
border-color: #64BDDB;
}
</style>