Shades of Malibu #64AFD0
Tints of Malibu #64AFD0
RGB
CMYK
RGB Variations
Color information
#64AFD0 (or 0x64AFD0) is known color: Malibu. HEX triplet: 64, AF and D0. RGB value is (100,175,208). Sum of RGB (Red+Green+Blue) = 100+175+208=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #64AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFD0 is #9B502F. Grayscale: #9C9C9C. Windows color (decimal): -10178608 or 13676388. OLE color: 13676388.
HSL color Cylindrical-coordinate representation of color #64AFD0: hue angle of 198.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64AFD0 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 175 | 208 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.18 |
| HSL | 198.33º | 0.53% | 0.6% | - |
| HSV(B) | 198.33º | 0.52% | 0.82% | - |
| XYZ | 31.97 | 37.92 | 65.31 | - |
| YUV | 156.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 208 | 0.52 | 0.16 | 0 | 0.18 | 198.33 | 0.53 | 0.6 |
| Hex | 64 | AF | D0 | 34 | 10 | 0 | 12 | C6 | 35 | 3C |
| Octal | 144 | 257 | 320 | 64 | 20 | 0 | 22 | 306 | 65 | 74 |
| Binary | 1100100 | 10101111 | 11010000 | 110100 | 10000 | 0 | 10010 | 11000110 | 110101 | 111100 |
Color Harmonies of #64AFD0
Complementary color
Monochromatic Colors of #64AFD0
Black with #64AFD0
Text Example
Text Example
White with #64AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFD0; }
p { color: rgb(100,175,208); }
H1.HeaderClassName
{
color: #64AFD0;
}
.AnyTagClassName
{
color: #64AFD0;
}
</style>
background-color css
<style>
a { background-color: #64AFD0; }
a { background-color: rgb(100,175,208); }
div.DivClassName
{
background-color: #64AFD0;
}
.BgClassName
{
background-color: #64AFD0;
}
</style>
border-color css
<style>
span { border-color: #64AFD0; }
span { border-color: rgb(100,175,208); }
td.TdClassName
{
border-color: #64AFD0;
}
.TagClassName
{
border-color: #64AFD0;
}
</style>