Shades of Malibu #69ADDB
Tints of Malibu #69ADDB
RGB
CMYK
RGB Variations
Color information
#69ADDB (or 0x69ADDB) is known color: Malibu. HEX triplet: 69, AD and DB. RGB value is (105,173,219). Sum of RGB (Red+Green+Blue) = 105+173+219=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #69ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADDB is #965224. Grayscale: #9D9D9D. Windows color (decimal): -9851429 or 14396777. OLE color: 14396777.
HSL color Cylindrical-coordinate representation of color #69ADDB: hue angle of 204.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69ADDB is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 173 | 219 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.14 |
| HSL | 204.21º | 0.61% | 0.64% | - |
| HSV(B) | 204.21º | 0.52% | 0.86% | - |
| XYZ | 33.56 | 38 | 72.58 | - |
| YUV | 157.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 219 | 0.52 | 0.21 | 0 | 0.14 | 204.21 | 0.61 | 0.64 |
| Hex | 69 | AD | DB | 34 | 15 | 0 | E | CC | 3D | 40 |
| Octal | 151 | 255 | 333 | 64 | 25 | 0 | 16 | 314 | 75 | 100 |
| Binary | 1101001 | 10101101 | 11011011 | 110100 | 10101 | 0 | 1110 | 11001100 | 111101 | 1000000 |
Color Harmonies of #69ADDB
Complementary color
Monochromatic Colors of #69ADDB
Black with #69ADDB
Text Example
Text Example
White with #69ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADDB; }
p { color: rgb(105,173,219); }
H1.HeaderClassName
{
color: #69ADDB;
}
.AnyTagClassName
{
color: #69ADDB;
}
</style>
background-color css
<style>
a { background-color: #69ADDB; }
a { background-color: rgb(105,173,219); }
div.DivClassName
{
background-color: #69ADDB;
}
.BgClassName
{
background-color: #69ADDB;
}
</style>
border-color css
<style>
span { border-color: #69ADDB; }
span { border-color: rgb(105,173,219); }
td.TdClassName
{
border-color: #69ADDB;
}
.TagClassName
{
border-color: #69ADDB;
}
</style>