Shades of Malibu #65AADB
Tints of Malibu #65AADB
RGB
CMYK
RGB Variations
Color information
#65AADB (or 0x65AADB) is known color: Malibu. HEX triplet: 65, AA and DB. RGB value is (101,170,219). Sum of RGB (Red+Green+Blue) = 101+170+219=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #65AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AADB is #9A5524. Grayscale: #9A9A9A. Windows color (decimal): -10114341 or 14396005. OLE color: 14396005.
HSL color Cylindrical-coordinate representation of color #65AADB: hue angle of 204.92º degrees, saturation: 0.62, 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 #65AADB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 170 | 219 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.14 |
| HSL | 204.92º | 0.62% | 0.63% | - |
| HSV(B) | 204.92º | 0.54% | 0.86% | - |
| XYZ | 32.53 | 36.63 | 72.37 | - |
| YUV | 154.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 219 | 0.54 | 0.22 | 0 | 0.14 | 204.92 | 0.62 | 0.63 |
| Hex | 65 | AA | DB | 36 | 16 | 0 | E | CD | 3E | 3F |
| Octal | 145 | 252 | 333 | 66 | 26 | 0 | 16 | 315 | 76 | 77 |
| Binary | 1100101 | 10101010 | 11011011 | 110110 | 10110 | 0 | 1110 | 11001101 | 111110 | 111111 |
Color Harmonies of #65AADB
Complementary color
Monochromatic Colors of #65AADB
Black with #65AADB
Text Example
Text Example
White with #65AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AADB; }
p { color: rgb(101,170,219); }
H1.HeaderClassName
{
color: #65AADB;
}
.AnyTagClassName
{
color: #65AADB;
}
</style>
background-color css
<style>
a { background-color: #65AADB; }
a { background-color: rgb(101,170,219); }
div.DivClassName
{
background-color: #65AADB;
}
.BgClassName
{
background-color: #65AADB;
}
</style>
border-color css
<style>
span { border-color: #65AADB; }
span { border-color: rgb(101,170,219); }
td.TdClassName
{
border-color: #65AADB;
}
.TagClassName
{
border-color: #65AADB;
}
</style>