Shades of Malibu #64ADE7
Tints of Malibu #64ADE7
RGB
CMYK
RGB Variations
Color information
#64ADE7 (or 0x64ADE7) is known color: Malibu. HEX triplet: 64, AD and E7. RGB value is (100,173,231). Sum of RGB (Red+Green+Blue) = 100+173+231=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #64ADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ADE7 is #9B5218. Grayscale: #9D9D9D. Windows color (decimal): -10179097 or 15183204. OLE color: 15183204.
HSL color Cylindrical-coordinate representation of color #64ADE7: hue angle of 206.56º degrees, saturation: 0.73, 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 #64ADE7 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 173 | 231 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.09 |
| HSL | 206.56º | 0.73% | 0.65% | - |
| HSV(B) | 206.56º | 0.57% | 0.91% | - |
| XYZ | 34.62 | 38.37 | 81.18 | - |
| YUV | 157.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 231 | 0.57 | 0.25 | 0 | 0.09 | 206.56 | 0.73 | 0.65 |
| Hex | 64 | AD | E7 | 39 | 19 | 0 | 9 | CF | 49 | 41 |
| Octal | 144 | 255 | 347 | 71 | 31 | 0 | 11 | 317 | 111 | 101 |
| Binary | 1100100 | 10101101 | 11100111 | 111001 | 11001 | 0 | 1001 | 11001111 | 1001001 | 1000001 |
Color Harmonies of #64ADE7
Complementary color
Monochromatic Colors of #64ADE7
Black with #64ADE7
Text Example
Text Example
White with #64ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADE7; }
p { color: rgb(100,173,231); }
H1.HeaderClassName
{
color: #64ADE7;
}
.AnyTagClassName
{
color: #64ADE7;
}
</style>
background-color css
<style>
a { background-color: #64ADE7; }
a { background-color: rgb(100,173,231); }
div.DivClassName
{
background-color: #64ADE7;
}
.BgClassName
{
background-color: #64ADE7;
}
</style>
border-color css
<style>
span { border-color: #64ADE7; }
span { border-color: rgb(100,173,231); }
td.TdClassName
{
border-color: #64ADE7;
}
.TagClassName
{
border-color: #64ADE7;
}
</style>