Shades of Malibu #64ADD9
Tints of Malibu #64ADD9
RGB
CMYK
RGB Variations
Color information
#64ADD9 (or 0x64ADD9) is known color: Malibu. HEX triplet: 64, AD and D9. RGB value is (100,173,217). Sum of RGB (Red+Green+Blue) = 100+173+217=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #64ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADD9 is #9B5226. Grayscale: #9B9B9B. Windows color (decimal): -10179111 or 14265700. OLE color: 14265700.
HSL color Cylindrical-coordinate representation of color #64ADD9: hue angle of 202.56º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64ADD9 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 173 | 217 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.15 |
| HSL | 202.56º | 0.61% | 0.62% | - |
| HSV(B) | 202.56º | 0.54% | 0.85% | - |
| XYZ | 32.72 | 37.61 | 71.18 | - |
| YUV | 156.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 217 | 0.54 | 0.20 | 0 | 0.15 | 202.56 | 0.61 | 0.62 |
| Hex | 64 | AD | D9 | 36 | 14 | 0 | F | CB | 3D | 3E |
| Octal | 144 | 255 | 331 | 66 | 24 | 0 | 17 | 313 | 75 | 76 |
| Binary | 1100100 | 10101101 | 11011001 | 110110 | 10100 | 0 | 1111 | 11001011 | 111101 | 111110 |
Color Harmonies of #64ADD9
Complementary color
Monochromatic Colors of #64ADD9
Black with #64ADD9
Text Example
Text Example
White with #64ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADD9; }
p { color: rgb(100,173,217); }
H1.HeaderClassName
{
color: #64ADD9;
}
.AnyTagClassName
{
color: #64ADD9;
}
</style>
background-color css
<style>
a { background-color: #64ADD9; }
a { background-color: rgb(100,173,217); }
div.DivClassName
{
background-color: #64ADD9;
}
.BgClassName
{
background-color: #64ADD9;
}
</style>
border-color css
<style>
span { border-color: #64ADD9; }
span { border-color: rgb(100,173,217); }
td.TdClassName
{
border-color: #64ADD9;
}
.TagClassName
{
border-color: #64ADD9;
}
</style>