Shades of Malibu #69AADC
Tints of Malibu #69AADC
RGB
CMYK
RGB Variations
Color information
#69AADC (or 0x69AADC) is known color: Malibu. HEX triplet: 69, AA and DC. RGB value is (105,170,220). Sum of RGB (Red+Green+Blue) = 105+170+220=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #69AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AADC is #965523. Grayscale: #9C9C9C. Windows color (decimal): -9852196 or 14461545. OLE color: 14461545.
HSL color Cylindrical-coordinate representation of color #69AADC: hue angle of 206.09º degrees, saturation: 0.62, 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 #69AADC is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 170 | 220 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.14 |
| HSL | 206.09º | 0.62% | 0.64% | - |
| HSV(B) | 206.09º | 0.52% | 0.86% | - |
| XYZ | 33.12 | 36.92 | 73.09 | - |
| YUV | 156.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 220 | 0.52 | 0.23 | 0 | 0.14 | 206.09 | 0.62 | 0.64 |
| Hex | 69 | AA | DC | 34 | 17 | 0 | E | CE | 3E | 40 |
| Octal | 151 | 252 | 334 | 64 | 27 | 0 | 16 | 316 | 76 | 100 |
| Binary | 1101001 | 10101010 | 11011100 | 110100 | 10111 | 0 | 1110 | 11001110 | 111110 | 1000000 |
Color Harmonies of #69AADC
Complementary color
Monochromatic Colors of #69AADC
Black with #69AADC
Text Example
Text Example
White with #69AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AADC; }
p { color: rgb(105,170,220); }
H1.HeaderClassName
{
color: #69AADC;
}
.AnyTagClassName
{
color: #69AADC;
}
</style>
background-color css
<style>
a { background-color: #69AADC; }
a { background-color: rgb(105,170,220); }
div.DivClassName
{
background-color: #69AADC;
}
.BgClassName
{
background-color: #69AADC;
}
</style>
border-color css
<style>
span { border-color: #69AADC; }
span { border-color: rgb(105,170,220); }
td.TdClassName
{
border-color: #69AADC;
}
.TagClassName
{
border-color: #69AADC;
}
</style>