Shades of Malibu #64BBDD
Tints of Malibu #64BBDD
RGB
CMYK
RGB Variations
Color information
#64BBDD (or 0x64BBDD) is known color: Malibu. HEX triplet: 64, BB and DD. RGB value is (100,187,221). Sum of RGB (Red+Green+Blue) = 100+187+221=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #64BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBDD is #9B4422. Grayscale: #A4A4A4. Windows color (decimal): -10175523 or 14531428. OLE color: 14531428.
HSL color Cylindrical-coordinate representation of color #64BBDD: hue angle of 196.86º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64BBDD is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 187 | 221 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.13 |
| HSL | 196.86º | 0.64% | 0.63% | - |
| HSV(B) | 196.86º | 0.55% | 0.87% | - |
| XYZ | 36.08 | 43.47 | 74.9 | - |
| YUV | 164.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 221 | 0.55 | 0.15 | 0 | 0.13 | 196.86 | 0.64 | 0.63 |
| Hex | 64 | BB | DD | 37 | F | 0 | D | C5 | 40 | 3F |
| Octal | 144 | 273 | 335 | 67 | 17 | 0 | 15 | 305 | 100 | 77 |
| Binary | 1100100 | 10111011 | 11011101 | 110111 | 1111 | 0 | 1101 | 11000101 | 1000000 | 111111 |
Color Harmonies of #64BBDD
Complementary color
Monochromatic Colors of #64BBDD
Black with #64BBDD
Text Example
Text Example
White with #64BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBDD; }
p { color: rgb(100,187,221); }
H1.HeaderClassName
{
color: #64BBDD;
}
.AnyTagClassName
{
color: #64BBDD;
}
</style>
background-color css
<style>
a { background-color: #64BBDD; }
a { background-color: rgb(100,187,221); }
div.DivClassName
{
background-color: #64BBDD;
}
.BgClassName
{
background-color: #64BBDD;
}
</style>
border-color css
<style>
span { border-color: #64BBDD; }
span { border-color: rgb(100,187,221); }
td.TdClassName
{
border-color: #64BBDD;
}
.TagClassName
{
border-color: #64BBDD;
}
</style>