Shades of Malibu #65A8DD
Tints of Malibu #65A8DD
RGB
CMYK
RGB Variations
Color information
#65A8DD (or 0x65A8DD) is known color: Malibu. HEX triplet: 65, A8 and DD. RGB value is (101,168,221). Sum of RGB (Red+Green+Blue) = 101+168+221=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #65A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8DD is #9A5722. Grayscale: #999999. Windows color (decimal): -10114851 or 14526565. OLE color: 14526565.
HSL color Cylindrical-coordinate representation of color #65A8DD: hue angle of 206.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 #65A8DD is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 168 | 221 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.13 |
| HSL | 206.5º | 0.64% | 0.63% | - |
| HSV(B) | 206.5º | 0.54% | 0.87% | - |
| XYZ | 32.42 | 35.99 | 73.65 | - |
| YUV | 154.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 221 | 0.54 | 0.24 | 0 | 0.13 | 206.5 | 0.64 | 0.63 |
| Hex | 65 | A8 | DD | 36 | 18 | 0 | D | CE | 40 | 3F |
| Octal | 145 | 250 | 335 | 66 | 30 | 0 | 15 | 316 | 100 | 77 |
| Binary | 1100101 | 10101000 | 11011101 | 110110 | 11000 | 0 | 1101 | 11001110 | 1000000 | 111111 |
Color Harmonies of #65A8DD
Complementary color
Monochromatic Colors of #65A8DD
Black with #65A8DD
Text Example
Text Example
White with #65A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8DD; }
p { color: rgb(101,168,221); }
H1.HeaderClassName
{
color: #65A8DD;
}
.AnyTagClassName
{
color: #65A8DD;
}
</style>
background-color css
<style>
a { background-color: #65A8DD; }
a { background-color: rgb(101,168,221); }
div.DivClassName
{
background-color: #65A8DD;
}
.BgClassName
{
background-color: #65A8DD;
}
</style>
border-color css
<style>
span { border-color: #65A8DD; }
span { border-color: rgb(101,168,221); }
td.TdClassName
{
border-color: #65A8DD;
}
.TagClassName
{
border-color: #65A8DD;
}
</style>