Shades of Malibu #65BADD
Tints of Malibu #65BADD
RGB
CMYK
RGB Variations
Color information
#65BADD (or 0x65BADD) is known color: Malibu. HEX triplet: 65, BA and DD. RGB value is (101,186,221). Sum of RGB (Red+Green+Blue) = 101+186+221=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #65BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BADD is #9A4522. Grayscale: #A4A4A4. Windows color (decimal): -10110243 or 14531173. OLE color: 14531173.
HSL color Cylindrical-coordinate representation of color #65BADD: hue angle of 197.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65BADD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 186 | 221 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.13 |
| HSL | 197.5º | 0.64% | 0.63% | - |
| HSV(B) | 197.5º | 0.54% | 0.87% | - |
| XYZ | 35.98 | 43.1 | 74.83 | - |
| YUV | 164.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 221 | 0.54 | 0.16 | 0 | 0.13 | 197.5 | 0.64 | 0.63 |
| Hex | 65 | BA | DD | 36 | 10 | 0 | D | C6 | 40 | 3F |
| Octal | 145 | 272 | 335 | 66 | 20 | 0 | 15 | 306 | 100 | 77 |
| Binary | 1100101 | 10111010 | 11011101 | 110110 | 10000 | 0 | 1101 | 11000110 | 1000000 | 111111 |
Color Harmonies of #65BADD
Complementary color
Monochromatic Colors of #65BADD
Black with #65BADD
Text Example
Text Example
White with #65BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BADD; }
p { color: rgb(101,186,221); }
H1.HeaderClassName
{
color: #65BADD;
}
.AnyTagClassName
{
color: #65BADD;
}
</style>
background-color css
<style>
a { background-color: #65BADD; }
a { background-color: rgb(101,186,221); }
div.DivClassName
{
background-color: #65BADD;
}
.BgClassName
{
background-color: #65BADD;
}
</style>
border-color css
<style>
span { border-color: #65BADD; }
span { border-color: rgb(101,186,221); }
td.TdClassName
{
border-color: #65BADD;
}
.TagClassName
{
border-color: #65BADD;
}
</style>