Shades of Malibu #65ADDD
Tints of Malibu #65ADDD
RGB
CMYK
RGB Variations
Color information
#65ADDD (or 0x65ADDD) is known color: Malibu. HEX triplet: 65, AD and DD. RGB value is (101,173,221). Sum of RGB (Red+Green+Blue) = 101+173+221=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #65ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADDD is #9A5222. Grayscale: #9C9C9C. Windows color (decimal): -10113571 or 14527845. OLE color: 14527845.
HSL color Cylindrical-coordinate representation of color #65ADDD: hue angle of 204º 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 #65ADDD is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 173 | 221 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.13 |
| HSL | 204º | 0.64% | 0.63% | - |
| HSV(B) | 204º | 0.54% | 0.87% | - |
| XYZ | 33.36 | 37.87 | 73.96 | - |
| YUV | 156.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 221 | 0.54 | 0.22 | 0 | 0.13 | 204 | 0.64 | 0.63 |
| Hex | 65 | AD | DD | 36 | 16 | 0 | D | CC | 40 | 3F |
| Octal | 145 | 255 | 335 | 66 | 26 | 0 | 15 | 314 | 100 | 77 |
| Binary | 1100101 | 10101101 | 11011101 | 110110 | 10110 | 0 | 1101 | 11001100 | 1000000 | 111111 |
Color Harmonies of #65ADDD
Complementary color
Monochromatic Colors of #65ADDD
Black with #65ADDD
Text Example
Text Example
White with #65ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADDD; }
p { color: rgb(101,173,221); }
H1.HeaderClassName
{
color: #65ADDD;
}
.AnyTagClassName
{
color: #65ADDD;
}
</style>
background-color css
<style>
a { background-color: #65ADDD; }
a { background-color: rgb(101,173,221); }
div.DivClassName
{
background-color: #65ADDD;
}
.BgClassName
{
background-color: #65ADDD;
}
</style>
border-color css
<style>
span { border-color: #65ADDD; }
span { border-color: rgb(101,173,221); }
td.TdClassName
{
border-color: #65ADDD;
}
.TagClassName
{
border-color: #65ADDD;
}
</style>