Shades of Malibu #64ABEF
Tints of Malibu #64ABEF
RGB
CMYK
RGB Variations
Color information
#64ABEF (or 0x64ABEF) is known color: Malibu. HEX triplet: 64, AB and EF. RGB value is (100,171,239). Sum of RGB (Red+Green+Blue) = 100+171+239=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #64ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABEF is #9B5410. Grayscale: #9D9D9D. Windows color (decimal): -10179601 or 15706980. OLE color: 15706980.
HSL color Cylindrical-coordinate representation of color #64ABEF: hue angle of 209.35º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ABEF is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 171 | 239 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.06 |
| HSL | 209.35º | 0.81% | 0.66% | - |
| HSV(B) | 209.35º | 0.58% | 0.94% | - |
| XYZ | 35.4 | 38.07 | 87.14 | - |
| YUV | 157.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 239 | 0.58 | 0.28 | 0 | 0.06 | 209.35 | 0.81 | 0.66 |
| Hex | 64 | AB | EF | 3A | 1C | 0 | 6 | D1 | 51 | 42 |
| Octal | 144 | 253 | 357 | 72 | 34 | 0 | 6 | 321 | 121 | 102 |
| Binary | 1100100 | 10101011 | 11101111 | 111010 | 11100 | 0 | 110 | 11010001 | 1010001 | 1000010 |
Color Harmonies of #64ABEF
Complementary color
Monochromatic Colors of #64ABEF
Black with #64ABEF
Text Example
Text Example
White with #64ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABEF; }
p { color: rgb(100,171,239); }
H1.HeaderClassName
{
color: #64ABEF;
}
.AnyTagClassName
{
color: #64ABEF;
}
</style>
background-color css
<style>
a { background-color: #64ABEF; }
a { background-color: rgb(100,171,239); }
div.DivClassName
{
background-color: #64ABEF;
}
.BgClassName
{
background-color: #64ABEF;
}
</style>
border-color css
<style>
span { border-color: #64ABEF; }
span { border-color: rgb(100,171,239); }
td.TdClassName
{
border-color: #64ABEF;
}
.TagClassName
{
border-color: #64ABEF;
}
</style>