Shades of Malibu #64AFDD
Tints of Malibu #64AFDD
RGB
CMYK
RGB Variations
Color information
#64AFDD (or 0x64AFDD) is known color: Malibu. HEX triplet: 64, AF and DD. RGB value is (100,175,221). Sum of RGB (Red+Green+Blue) = 100+175+221=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #64AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFDD is #9B5022. Grayscale: #9D9D9D. Windows color (decimal): -10178595 or 14528356. OLE color: 14528356.
HSL color Cylindrical-coordinate representation of color #64AFDD: hue angle of 202.81º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64AFDD is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 175 | 221 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.13 |
| HSL | 202.81º | 0.64% | 0.63% | - |
| HSV(B) | 202.81º | 0.55% | 0.87% | - |
| XYZ | 33.64 | 38.59 | 74.08 | - |
| YUV | 157.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 221 | 0.55 | 0.21 | 0 | 0.13 | 202.81 | 0.64 | 0.63 |
| Hex | 64 | AF | DD | 37 | 15 | 0 | D | CB | 40 | 3F |
| Octal | 144 | 257 | 335 | 67 | 25 | 0 | 15 | 313 | 100 | 77 |
| Binary | 1100100 | 10101111 | 11011101 | 110111 | 10101 | 0 | 1101 | 11001011 | 1000000 | 111111 |
Color Harmonies of #64AFDD
Complementary color
Monochromatic Colors of #64AFDD
Black with #64AFDD
Text Example
Text Example
White with #64AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFDD; }
p { color: rgb(100,175,221); }
H1.HeaderClassName
{
color: #64AFDD;
}
.AnyTagClassName
{
color: #64AFDD;
}
</style>
background-color css
<style>
a { background-color: #64AFDD; }
a { background-color: rgb(100,175,221); }
div.DivClassName
{
background-color: #64AFDD;
}
.BgClassName
{
background-color: #64AFDD;
}
</style>
border-color css
<style>
span { border-color: #64AFDD; }
span { border-color: rgb(100,175,221); }
td.TdClassName
{
border-color: #64AFDD;
}
.TagClassName
{
border-color: #64AFDD;
}
</style>