Shades of Malibu #64ADE1
Tints of Malibu #64ADE1
RGB
CMYK
RGB Variations
Color information
#64ADE1 (or 0x64ADE1) is known color: Malibu. HEX triplet: 64, AD and E1. RGB value is (100,173,225). Sum of RGB (Red+Green+Blue) = 100+173+225=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #64ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADE1 is #9B521E. Grayscale: #9C9C9C. Windows color (decimal): -10179103 or 14789988. OLE color: 14789988.
HSL color Cylindrical-coordinate representation of color #64ADE1: hue angle of 204.96º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64ADE1 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 173 | 225 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.12 |
| HSL | 204.96º | 0.68% | 0.64% | - |
| HSV(B) | 204.96º | 0.56% | 0.88% | - |
| XYZ | 33.79 | 38.03 | 76.79 | - |
| YUV | 157.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 225 | 0.56 | 0.23 | 0 | 0.12 | 204.96 | 0.68 | 0.64 |
| Hex | 64 | AD | E1 | 38 | 17 | 0 | C | CD | 44 | 40 |
| Octal | 144 | 255 | 341 | 70 | 27 | 0 | 14 | 315 | 104 | 100 |
| Binary | 1100100 | 10101101 | 11100001 | 111000 | 10111 | 0 | 1100 | 11001101 | 1000100 | 1000000 |
Color Harmonies of #64ADE1
Complementary color
Monochromatic Colors of #64ADE1
Black with #64ADE1
Text Example
Text Example
White with #64ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADE1; }
p { color: rgb(100,173,225); }
H1.HeaderClassName
{
color: #64ADE1;
}
.AnyTagClassName
{
color: #64ADE1;
}
</style>
background-color css
<style>
a { background-color: #64ADE1; }
a { background-color: rgb(100,173,225); }
div.DivClassName
{
background-color: #64ADE1;
}
.BgClassName
{
background-color: #64ADE1;
}
</style>
border-color css
<style>
span { border-color: #64ADE1; }
span { border-color: rgb(100,173,225); }
td.TdClassName
{
border-color: #64ADE1;
}
.TagClassName
{
border-color: #64ADE1;
}
</style>