Shades of Malibu #64ABEC
Tints of Malibu #64ABEC
RGB
CMYK
RGB Variations
Color information
#64ABEC (or 0x64ABEC) is known color: Malibu. HEX triplet: 64, AB and EC. RGB value is (100,171,236). Sum of RGB (Red+Green+Blue) = 100+171+236=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #64ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABEC is #9B5413. Grayscale: #9C9C9C. Windows color (decimal): -10179604 or 15510372. OLE color: 15510372.
HSL color Cylindrical-coordinate representation of color #64ABEC: hue angle of 208.68º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ABEC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 171 | 236 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.07 |
| HSL | 208.68º | 0.78% | 0.66% | - |
| HSV(B) | 208.68º | 0.58% | 0.93% | - |
| XYZ | 34.96 | 37.89 | 84.83 | - |
| YUV | 157.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 236 | 0.58 | 0.28 | 0 | 0.07 | 208.68 | 0.78 | 0.66 |
| Hex | 64 | AB | EC | 3A | 1C | 0 | 7 | D1 | 4E | 42 |
| Octal | 144 | 253 | 354 | 72 | 34 | 0 | 7 | 321 | 116 | 102 |
| Binary | 1100100 | 10101011 | 11101100 | 111010 | 11100 | 0 | 111 | 11010001 | 1001110 | 1000010 |
Color Harmonies of #64ABEC
Complementary color
Monochromatic Colors of #64ABEC
Black with #64ABEC
Text Example
Text Example
White with #64ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABEC; }
p { color: rgb(100,171,236); }
H1.HeaderClassName
{
color: #64ABEC;
}
.AnyTagClassName
{
color: #64ABEC;
}
</style>
background-color css
<style>
a { background-color: #64ABEC; }
a { background-color: rgb(100,171,236); }
div.DivClassName
{
background-color: #64ABEC;
}
.BgClassName
{
background-color: #64ABEC;
}
</style>
border-color css
<style>
span { border-color: #64ABEC; }
span { border-color: rgb(100,171,236); }
td.TdClassName
{
border-color: #64ABEC;
}
.TagClassName
{
border-color: #64ABEC;
}
</style>