Shades of Malibu #65AADC
Tints of Malibu #65AADC
RGB
CMYK
RGB Variations
Color information
#65AADC (or 0x65AADC) is known color: Malibu. HEX triplet: 65, AA and DC. RGB value is (101,170,220). Sum of RGB (Red+Green+Blue) = 101+170+220=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #65AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AADC is #9A5523. Grayscale: #9A9A9A. Windows color (decimal): -10114340 or 14461541. OLE color: 14461541.
HSL color Cylindrical-coordinate representation of color #65AADC: hue angle of 205.21º 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 #65AADC is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 170 | 220 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.14 |
| HSL | 205.21º | 0.63% | 0.63% | - |
| HSV(B) | 205.21º | 0.54% | 0.86% | - |
| XYZ | 32.66 | 36.68 | 73.07 | - |
| YUV | 155.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 220 | 0.54 | 0.23 | 0 | 0.14 | 205.21 | 0.63 | 0.63 |
| Hex | 65 | AA | DC | 36 | 17 | 0 | E | CD | 3F | 3F |
| Octal | 145 | 252 | 334 | 66 | 27 | 0 | 16 | 315 | 77 | 77 |
| Binary | 1100101 | 10101010 | 11011100 | 110110 | 10111 | 0 | 1110 | 11001101 | 111111 | 111111 |
Color Harmonies of #65AADC
Complementary color
Monochromatic Colors of #65AADC
Black with #65AADC
Text Example
Text Example
White with #65AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AADC; }
p { color: rgb(101,170,220); }
H1.HeaderClassName
{
color: #65AADC;
}
.AnyTagClassName
{
color: #65AADC;
}
</style>
background-color css
<style>
a { background-color: #65AADC; }
a { background-color: rgb(101,170,220); }
div.DivClassName
{
background-color: #65AADC;
}
.BgClassName
{
background-color: #65AADC;
}
</style>
border-color css
<style>
span { border-color: #65AADC; }
span { border-color: rgb(101,170,220); }
td.TdClassName
{
border-color: #65AADC;
}
.TagClassName
{
border-color: #65AADC;
}
</style>