Shades of Malibu #64ADE5
Tints of Malibu #64ADE5
RGB
CMYK
RGB Variations
Color information
#64ADE5 (or 0x64ADE5) is known color: Malibu. HEX triplet: 64, AD and E5. RGB value is (100,173,229). Sum of RGB (Red+Green+Blue) = 100+173+229=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #64ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADE5 is #9B521A. Grayscale: #9D9D9D. Windows color (decimal): -10179099 or 15052132. OLE color: 15052132.
HSL color Cylindrical-coordinate representation of color #64ADE5: hue angle of 206.05º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64ADE5 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 173 | 229 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.10 |
| HSL | 206.05º | 0.71% | 0.65% | - |
| HSV(B) | 206.05º | 0.56% | 0.9% | - |
| XYZ | 34.34 | 38.25 | 79.7 | - |
| YUV | 157.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 229 | 0.56 | 0.24 | 0 | 0.10 | 206.05 | 0.71 | 0.65 |
| Hex | 64 | AD | E5 | 38 | 18 | 0 | A | CE | 47 | 41 |
| Octal | 144 | 255 | 345 | 70 | 30 | 0 | 12 | 316 | 107 | 101 |
| Binary | 1100100 | 10101101 | 11100101 | 111000 | 11000 | 0 | 1010 | 11001110 | 1000111 | 1000001 |
Color Harmonies of #64ADE5
Complementary color
Monochromatic Colors of #64ADE5
Black with #64ADE5
Text Example
Text Example
White with #64ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADE5; }
p { color: rgb(100,173,229); }
H1.HeaderClassName
{
color: #64ADE5;
}
.AnyTagClassName
{
color: #64ADE5;
}
</style>
background-color css
<style>
a { background-color: #64ADE5; }
a { background-color: rgb(100,173,229); }
div.DivClassName
{
background-color: #64ADE5;
}
.BgClassName
{
background-color: #64ADE5;
}
</style>
border-color css
<style>
span { border-color: #64ADE5; }
span { border-color: rgb(100,173,229); }
td.TdClassName
{
border-color: #64ADE5;
}
.TagClassName
{
border-color: #64ADE5;
}
</style>