Shades of Malibu #64ADD8
Tints of Malibu #64ADD8
RGB
CMYK
RGB Variations
Color information
#64ADD8 (or 0x64ADD8) is known color: Malibu. HEX triplet: 64, AD and D8. RGB value is (100,173,216). Sum of RGB (Red+Green+Blue) = 100+173+216=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #64ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADD8 is #9B5227. Grayscale: #9B9B9B. Windows color (decimal): -10179112 or 14200164. OLE color: 14200164.
HSL color Cylindrical-coordinate representation of color #64ADD8: hue angle of 202.24º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64ADD8 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 173 | 216 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.15 |
| HSL | 202.24º | 0.6% | 0.62% | - |
| HSV(B) | 202.24º | 0.54% | 0.85% | - |
| XYZ | 32.59 | 37.55 | 70.5 | - |
| YUV | 156.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 216 | 0.54 | 0.20 | 0 | 0.15 | 202.24 | 0.6 | 0.62 |
| Hex | 64 | AD | D8 | 36 | 14 | 0 | F | CA | 3C | 3E |
| Octal | 144 | 255 | 330 | 66 | 24 | 0 | 17 | 312 | 74 | 76 |
| Binary | 1100100 | 10101101 | 11011000 | 110110 | 10100 | 0 | 1111 | 11001010 | 111100 | 111110 |
Color Harmonies of #64ADD8
Complementary color
Monochromatic Colors of #64ADD8
Black with #64ADD8
Text Example
Text Example
White with #64ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADD8; }
p { color: rgb(100,173,216); }
H1.HeaderClassName
{
color: #64ADD8;
}
.AnyTagClassName
{
color: #64ADD8;
}
</style>
background-color css
<style>
a { background-color: #64ADD8; }
a { background-color: rgb(100,173,216); }
div.DivClassName
{
background-color: #64ADD8;
}
.BgClassName
{
background-color: #64ADD8;
}
</style>
border-color css
<style>
span { border-color: #64ADD8; }
span { border-color: rgb(100,173,216); }
td.TdClassName
{
border-color: #64ADD8;
}
.TagClassName
{
border-color: #64ADD8;
}
</style>