Shades of Malibu #64AFE5
Tints of Malibu #64AFE5
RGB
CMYK
RGB Variations
Color information
#64AFE5 (or 0x64AFE5) is known color: Malibu. HEX triplet: 64, AF and E5. RGB value is (100,175,229). Sum of RGB (Red+Green+Blue) = 100+175+229=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #64AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFE5 is #9B501A. Grayscale: #9E9E9E. Windows color (decimal): -10178587 or 15052644. OLE color: 15052644.
HSL color Cylindrical-coordinate representation of color #64AFE5: hue angle of 205.12º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64AFE5 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 175 | 229 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.10 |
| HSL | 205.12º | 0.71% | 0.65% | - |
| HSV(B) | 205.12º | 0.56% | 0.9% | - |
| XYZ | 34.73 | 39.03 | 79.83 | - |
| YUV | 158.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 229 | 0.56 | 0.24 | 0 | 0.10 | 205.12 | 0.71 | 0.65 |
| Hex | 64 | AF | E5 | 38 | 18 | 0 | A | CD | 47 | 41 |
| Octal | 144 | 257 | 345 | 70 | 30 | 0 | 12 | 315 | 107 | 101 |
| Binary | 1100100 | 10101111 | 11100101 | 111000 | 11000 | 0 | 1010 | 11001101 | 1000111 | 1000001 |
Color Harmonies of #64AFE5
Complementary color
Monochromatic Colors of #64AFE5
Black with #64AFE5
Text Example
Text Example
White with #64AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFE5; }
p { color: rgb(100,175,229); }
H1.HeaderClassName
{
color: #64AFE5;
}
.AnyTagClassName
{
color: #64AFE5;
}
</style>
background-color css
<style>
a { background-color: #64AFE5; }
a { background-color: rgb(100,175,229); }
div.DivClassName
{
background-color: #64AFE5;
}
.BgClassName
{
background-color: #64AFE5;
}
</style>
border-color css
<style>
span { border-color: #64AFE5; }
span { border-color: rgb(100,175,229); }
td.TdClassName
{
border-color: #64AFE5;
}
.TagClassName
{
border-color: #64AFE5;
}
</style>