Shades of Malibu #64ADD5
Tints of Malibu #64ADD5
RGB
CMYK
RGB Variations
Color information
#64ADD5 (or 0x64ADD5) is known color: Malibu. HEX triplet: 64, AD and D5. RGB value is (100,173,213). Sum of RGB (Red+Green+Blue) = 100+173+213=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #64ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADD5 is #9B522A. Grayscale: #9B9B9B. Windows color (decimal): -10179115 or 14003556. OLE color: 14003556.
HSL color Cylindrical-coordinate representation of color #64ADD5: hue angle of 201.24º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64ADD5 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 173 | 213 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.16 |
| HSL | 201.24º | 0.57% | 0.61% | - |
| HSV(B) | 201.24º | 0.53% | 0.84% | - |
| XYZ | 32.21 | 37.4 | 68.47 | - |
| YUV | 155.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 213 | 0.53 | 0.19 | 0 | 0.16 | 201.24 | 0.57 | 0.61 |
| Hex | 64 | AD | D5 | 35 | 13 | 0 | 10 | C9 | 39 | 3D |
| Octal | 144 | 255 | 325 | 65 | 23 | 0 | 20 | 311 | 71 | 75 |
| Binary | 1100100 | 10101101 | 11010101 | 110101 | 10011 | 0 | 10000 | 11001001 | 111001 | 111101 |
Color Harmonies of #64ADD5
Complementary color
Monochromatic Colors of #64ADD5
Black with #64ADD5
Text Example
Text Example
White with #64ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADD5; }
p { color: rgb(100,173,213); }
H1.HeaderClassName
{
color: #64ADD5;
}
.AnyTagClassName
{
color: #64ADD5;
}
</style>
background-color css
<style>
a { background-color: #64ADD5; }
a { background-color: rgb(100,173,213); }
div.DivClassName
{
background-color: #64ADD5;
}
.BgClassName
{
background-color: #64ADD5;
}
</style>
border-color css
<style>
span { border-color: #64ADD5; }
span { border-color: rgb(100,173,213); }
td.TdClassName
{
border-color: #64ADD5;
}
.TagClassName
{
border-color: #64ADD5;
}
</style>