Shades of Malibu #69ACDD
Tints of Malibu #69ACDD
RGB
CMYK
RGB Variations
Color information
#69ACDD (or 0x69ACDD) is known color: Malibu. HEX triplet: 69, AC and DD. RGB value is (105,172,221). Sum of RGB (Red+Green+Blue) = 105+172+221=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #69ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACDD is #965322. Grayscale: #9D9D9D. Windows color (decimal): -9851683 or 14527593. OLE color: 14527593.
HSL color Cylindrical-coordinate representation of color #69ACDD: hue angle of 205.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69ACDD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 172 | 221 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.13 |
| HSL | 205.34º | 0.63% | 0.64% | - |
| HSV(B) | 205.34º | 0.52% | 0.87% | - |
| XYZ | 33.63 | 37.73 | 73.92 | - |
| YUV | 157.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 221 | 0.52 | 0.22 | 0 | 0.13 | 205.34 | 0.63 | 0.64 |
| Hex | 69 | AC | DD | 34 | 16 | 0 | D | CD | 3F | 40 |
| Octal | 151 | 254 | 335 | 64 | 26 | 0 | 15 | 315 | 77 | 100 |
| Binary | 1101001 | 10101100 | 11011101 | 110100 | 10110 | 0 | 1101 | 11001101 | 111111 | 1000000 |
Color Harmonies of #69ACDD
Complementary color
Monochromatic Colors of #69ACDD
Black with #69ACDD
Text Example
Text Example
White with #69ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACDD; }
p { color: rgb(105,172,221); }
H1.HeaderClassName
{
color: #69ACDD;
}
.AnyTagClassName
{
color: #69ACDD;
}
</style>
background-color css
<style>
a { background-color: #69ACDD; }
a { background-color: rgb(105,172,221); }
div.DivClassName
{
background-color: #69ACDD;
}
.BgClassName
{
background-color: #69ACDD;
}
</style>
border-color css
<style>
span { border-color: #69ACDD; }
span { border-color: rgb(105,172,221); }
td.TdClassName
{
border-color: #69ACDD;
}
.TagClassName
{
border-color: #69ACDD;
}
</style>