Shades of Malibu #64ABE0
Tints of Malibu #64ABE0
RGB
CMYK
RGB Variations
Color information
#64ABE0 (or 0x64ABE0) is known color: Malibu. HEX triplet: 64, AB and E0. RGB value is (100,171,224). Sum of RGB (Red+Green+Blue) = 100+171+224=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #64ABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABE0 is #9B541F. Grayscale: #9B9B9B. Windows color (decimal): -10179616 or 14723940. OLE color: 14723940.
HSL color Cylindrical-coordinate representation of color #64ABE0: hue angle of 205.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64ABE0 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 171 | 224 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.12 |
| HSL | 205.65º | 0.67% | 0.64% | - |
| HSV(B) | 205.65º | 0.55% | 0.88% | - |
| XYZ | 33.27 | 37.22 | 75.95 | - |
| YUV | 155.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 224 | 0.55 | 0.24 | 0 | 0.12 | 205.65 | 0.67 | 0.64 |
| Hex | 64 | AB | E0 | 37 | 18 | 0 | C | CE | 43 | 40 |
| Octal | 144 | 253 | 340 | 67 | 30 | 0 | 14 | 316 | 103 | 100 |
| Binary | 1100100 | 10101011 | 11100000 | 110111 | 11000 | 0 | 1100 | 11001110 | 1000011 | 1000000 |
Color Harmonies of #64ABE0
Complementary color
Monochromatic Colors of #64ABE0
Black with #64ABE0
Text Example
Text Example
White with #64ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABE0; }
p { color: rgb(100,171,224); }
H1.HeaderClassName
{
color: #64ABE0;
}
.AnyTagClassName
{
color: #64ABE0;
}
</style>
background-color css
<style>
a { background-color: #64ABE0; }
a { background-color: rgb(100,171,224); }
div.DivClassName
{
background-color: #64ABE0;
}
.BgClassName
{
background-color: #64ABE0;
}
</style>
border-color css
<style>
span { border-color: #64ABE0; }
span { border-color: rgb(100,171,224); }
td.TdClassName
{
border-color: #64ABE0;
}
.TagClassName
{
border-color: #64ABE0;
}
</style>