Shades of Malibu #65ADDB
Tints of Malibu #65ADDB
RGB
CMYK
RGB Variations
Color information
#65ADDB (or 0x65ADDB) is known color: Malibu. HEX triplet: 65, AD and DB. RGB value is (101,173,219). Sum of RGB (Red+Green+Blue) = 101+173+219=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #65ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADDB is #9A5224. Grayscale: #9C9C9C. Windows color (decimal): -10113573 or 14396773. OLE color: 14396773.
HSL color Cylindrical-coordinate representation of color #65ADDB: hue angle of 203.39º 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 #65ADDB is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 173 | 219 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.14 |
| HSL | 203.39º | 0.62% | 0.63% | - |
| HSV(B) | 203.39º | 0.54% | 0.86% | - |
| XYZ | 33.1 | 37.77 | 72.56 | - |
| YUV | 156.72 | 163.15 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 219 | 0.54 | 0.21 | 0 | 0.14 | 203.39 | 0.62 | 0.63 |
| Hex | 65 | AD | DB | 36 | 15 | 0 | E | CB | 3E | 3F |
| Octal | 145 | 255 | 333 | 66 | 25 | 0 | 16 | 313 | 76 | 77 |
| Binary | 1100101 | 10101101 | 11011011 | 110110 | 10101 | 0 | 1110 | 11001011 | 111110 | 111111 |
Color Harmonies of #65ADDB
Complementary color
Monochromatic Colors of #65ADDB
Black with #65ADDB
Text Example
Text Example
White with #65ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADDB; }
p { color: rgb(101,173,219); }
H1.HeaderClassName
{
color: #65ADDB;
}
.AnyTagClassName
{
color: #65ADDB;
}
</style>
background-color css
<style>
a { background-color: #65ADDB; }
a { background-color: rgb(101,173,219); }
div.DivClassName
{
background-color: #65ADDB;
}
.BgClassName
{
background-color: #65ADDB;
}
</style>
border-color css
<style>
span { border-color: #65ADDB; }
span { border-color: rgb(101,173,219); }
td.TdClassName
{
border-color: #65ADDB;
}
.TagClassName
{
border-color: #65ADDB;
}
</style>