Shades of Malibu #65ABDC
Tints of Malibu #65ABDC
RGB
CMYK
RGB Variations
Color information
#65ABDC (or 0x65ABDC) is known color: Malibu. HEX triplet: 65, AB and DC. RGB value is (101,171,220). Sum of RGB (Red+Green+Blue) = 101+171+220=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #65ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABDC is #9A5423. Grayscale: #9B9B9B. Windows color (decimal): -10114084 or 14461797. OLE color: 14461797.
HSL color Cylindrical-coordinate representation of color #65ABDC: hue angle of 204.71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65ABDC is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 171 | 220 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.14 |
| HSL | 204.71º | 0.63% | 0.63% | - |
| HSV(B) | 204.71º | 0.54% | 0.86% | - |
| XYZ | 32.85 | 37.06 | 73.13 | - |
| YUV | 155.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 220 | 0.54 | 0.22 | 0 | 0.14 | 204.71 | 0.63 | 0.63 |
| Hex | 65 | AB | DC | 36 | 16 | 0 | E | CD | 3F | 3F |
| Octal | 145 | 253 | 334 | 66 | 26 | 0 | 16 | 315 | 77 | 77 |
| Binary | 1100101 | 10101011 | 11011100 | 110110 | 10110 | 0 | 1110 | 11001101 | 111111 | 111111 |
Color Harmonies of #65ABDC
Complementary color
Monochromatic Colors of #65ABDC
Black with #65ABDC
Text Example
Text Example
White with #65ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABDC; }
p { color: rgb(101,171,220); }
H1.HeaderClassName
{
color: #65ABDC;
}
.AnyTagClassName
{
color: #65ABDC;
}
</style>
background-color css
<style>
a { background-color: #65ABDC; }
a { background-color: rgb(101,171,220); }
div.DivClassName
{
background-color: #65ABDC;
}
.BgClassName
{
background-color: #65ABDC;
}
</style>
border-color css
<style>
span { border-color: #65ABDC; }
span { border-color: rgb(101,171,220); }
td.TdClassName
{
border-color: #65ABDC;
}
.TagClassName
{
border-color: #65ABDC;
}
</style>