Shades of Malibu #69ADDD
Tints of Malibu #69ADDD
RGB
CMYK
RGB Variations
Color information
#69ADDD (or 0x69ADDD) is known color: Malibu. HEX triplet: 69, AD and DD. RGB value is (105,173,221). Sum of RGB (Red+Green+Blue) = 105+173+221=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #69ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADDD is #965222. Grayscale: #9D9D9D. Windows color (decimal): -9851427 or 14527849. OLE color: 14527849.
HSL color Cylindrical-coordinate representation of color #69ADDD: hue angle of 204.83º 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 #69ADDD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 173 | 221 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.13 |
| HSL | 204.83º | 0.63% | 0.64% | - |
| HSV(B) | 204.83º | 0.52% | 0.87% | - |
| XYZ | 33.82 | 38.11 | 73.98 | - |
| YUV | 158.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 221 | 0.52 | 0.22 | 0 | 0.13 | 204.83 | 0.63 | 0.64 |
| Hex | 69 | AD | DD | 34 | 16 | 0 | D | CD | 3F | 40 |
| Octal | 151 | 255 | 335 | 64 | 26 | 0 | 15 | 315 | 77 | 100 |
| Binary | 1101001 | 10101101 | 11011101 | 110100 | 10110 | 0 | 1101 | 11001101 | 111111 | 1000000 |
Color Harmonies of #69ADDD
Complementary color
Monochromatic Colors of #69ADDD
Black with #69ADDD
Text Example
Text Example
White with #69ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADDD; }
p { color: rgb(105,173,221); }
H1.HeaderClassName
{
color: #69ADDD;
}
.AnyTagClassName
{
color: #69ADDD;
}
</style>
background-color css
<style>
a { background-color: #69ADDD; }
a { background-color: rgb(105,173,221); }
div.DivClassName
{
background-color: #69ADDD;
}
.BgClassName
{
background-color: #69ADDD;
}
</style>
border-color css
<style>
span { border-color: #69ADDD; }
span { border-color: rgb(105,173,221); }
td.TdClassName
{
border-color: #69ADDD;
}
.TagClassName
{
border-color: #69ADDD;
}
</style>