Shades of Malibu #64B8DD
Tints of Malibu #64B8DD
RGB
CMYK
RGB Variations
Color information
#64B8DD (or 0x64B8DD) is known color: Malibu. HEX triplet: 64, B8 and DD. RGB value is (100,184,221). Sum of RGB (Red+Green+Blue) = 100+184+221=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #64B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B8DD is #9B4722. Grayscale: #A2A2A2. Windows color (decimal): -10176291 or 14530660. OLE color: 14530660.
HSL color Cylindrical-coordinate representation of color #64B8DD: hue angle of 198.35º 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 #64B8DD is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 184 | 221 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.13 |
| HSL | 198.35º | 0.64% | 0.63% | - |
| HSV(B) | 198.35º | 0.55% | 0.87% | - |
| XYZ | 35.45 | 42.21 | 74.69 | - |
| YUV | 163.1 | 160.67 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 221 | 0.55 | 0.17 | 0 | 0.13 | 198.35 | 0.64 | 0.63 |
| Hex | 64 | B8 | DD | 37 | 11 | 0 | D | C6 | 40 | 3F |
| Octal | 144 | 270 | 335 | 67 | 21 | 0 | 15 | 306 | 100 | 77 |
| Binary | 1100100 | 10111000 | 11011101 | 110111 | 10001 | 0 | 1101 | 11000110 | 1000000 | 111111 |
Color Harmonies of #64B8DD
Complementary color
Monochromatic Colors of #64B8DD
Black with #64B8DD
Text Example
Text Example
White with #64B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B8DD; }
p { color: rgb(100,184,221); }
H1.HeaderClassName
{
color: #64B8DD;
}
.AnyTagClassName
{
color: #64B8DD;
}
</style>
background-color css
<style>
a { background-color: #64B8DD; }
a { background-color: rgb(100,184,221); }
div.DivClassName
{
background-color: #64B8DD;
}
.BgClassName
{
background-color: #64B8DD;
}
</style>
border-color css
<style>
span { border-color: #64B8DD; }
span { border-color: rgb(100,184,221); }
td.TdClassName
{
border-color: #64B8DD;
}
.TagClassName
{
border-color: #64B8DD;
}
</style>