Shades of Malibu #66AADC
Tints of Malibu #66AADC
RGB
CMYK
RGB Variations
Color information
#66AADC (or 0x66AADC) is known color: Malibu. HEX triplet: 66, AA and DC. RGB value is (102,170,220). Sum of RGB (Red+Green+Blue) = 102+170+220=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #66AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AADC is #995523. Grayscale: #9B9B9B. Windows color (decimal): -10048804 or 14461542. OLE color: 14461542.
HSL color Cylindrical-coordinate representation of color #66AADC: hue angle of 205.42º degrees, saturation: 0.63, 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 #66AADC is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 170 | 220 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.14 |
| HSL | 205.42º | 0.63% | 0.63% | - |
| HSV(B) | 205.42º | 0.54% | 0.86% | - |
| XYZ | 32.77 | 36.74 | 73.07 | - |
| YUV | 155.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 220 | 0.54 | 0.23 | 0 | 0.14 | 205.42 | 0.63 | 0.63 |
| Hex | 66 | AA | DC | 36 | 17 | 0 | E | CD | 3F | 3F |
| Octal | 146 | 252 | 334 | 66 | 27 | 0 | 16 | 315 | 77 | 77 |
| Binary | 1100110 | 10101010 | 11011100 | 110110 | 10111 | 0 | 1110 | 11001101 | 111111 | 111111 |
Color Harmonies of #66AADC
Complementary color
Monochromatic Colors of #66AADC
Black with #66AADC
Text Example
Text Example
White with #66AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AADC; }
p { color: rgb(102,170,220); }
H1.HeaderClassName
{
color: #66AADC;
}
.AnyTagClassName
{
color: #66AADC;
}
</style>
background-color css
<style>
a { background-color: #66AADC; }
a { background-color: rgb(102,170,220); }
div.DivClassName
{
background-color: #66AADC;
}
.BgClassName
{
background-color: #66AADC;
}
</style>
border-color css
<style>
span { border-color: #66AADC; }
span { border-color: rgb(102,170,220); }
td.TdClassName
{
border-color: #66AADC;
}
.TagClassName
{
border-color: #66AADC;
}
</style>