Shades of Malibu #64ADE8
Tints of Malibu #64ADE8
RGB
CMYK
RGB Variations
Color information
#64ADE8 (or 0x64ADE8) is known color: Malibu. HEX triplet: 64, AD and E8. RGB value is (100,173,232). Sum of RGB (Red+Green+Blue) = 100+173+232=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #64ADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADE8 is #9B5217. Grayscale: #9D9D9D. Windows color (decimal): -10179096 or 15248740. OLE color: 15248740.
HSL color Cylindrical-coordinate representation of color #64ADE8: hue angle of 206.82º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64ADE8 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 173 | 232 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.09 |
| HSL | 206.82º | 0.74% | 0.65% | - |
| HSV(B) | 206.82º | 0.57% | 0.91% | - |
| XYZ | 34.76 | 38.42 | 81.93 | - |
| YUV | 157.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 232 | 0.57 | 0.25 | 0 | 0.09 | 206.82 | 0.74 | 0.65 |
| Hex | 64 | AD | E8 | 39 | 19 | 0 | 9 | CF | 4A | 41 |
| Octal | 144 | 255 | 350 | 71 | 31 | 0 | 11 | 317 | 112 | 101 |
| Binary | 1100100 | 10101101 | 11101000 | 111001 | 11001 | 0 | 1001 | 11001111 | 1001010 | 1000001 |
Color Harmonies of #64ADE8
Complementary color
Monochromatic Colors of #64ADE8
Black with #64ADE8
Text Example
Text Example
White with #64ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADE8; }
p { color: rgb(100,173,232); }
H1.HeaderClassName
{
color: #64ADE8;
}
.AnyTagClassName
{
color: #64ADE8;
}
</style>
background-color css
<style>
a { background-color: #64ADE8; }
a { background-color: rgb(100,173,232); }
div.DivClassName
{
background-color: #64ADE8;
}
.BgClassName
{
background-color: #64ADE8;
}
</style>
border-color css
<style>
span { border-color: #64ADE8; }
span { border-color: rgb(100,173,232); }
td.TdClassName
{
border-color: #64ADE8;
}
.TagClassName
{
border-color: #64ADE8;
}
</style>