Shades of Malibu #66AAD8
Tints of Malibu #66AAD8
RGB
CMYK
RGB Variations
Color information
#66AAD8 (or 0x66AAD8) is known color: Malibu. HEX triplet: 66, AA and D8. RGB value is (102,170,216). Sum of RGB (Red+Green+Blue) = 102+170+216=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #66AAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAD8 is #995527. Grayscale: #9A9A9A. Windows color (decimal): -10048808 or 14199398. OLE color: 14199398.
HSL color Cylindrical-coordinate representation of color #66AAD8: hue angle of 204.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66AAD8 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 170 | 216 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.15 |
| HSL | 204.21º | 0.59% | 0.62% | - |
| HSV(B) | 204.21º | 0.53% | 0.85% | - |
| XYZ | 32.25 | 36.53 | 70.32 | - |
| YUV | 154.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 216 | 0.53 | 0.21 | 0 | 0.15 | 204.21 | 0.59 | 0.62 |
| Hex | 66 | AA | D8 | 35 | 15 | 0 | F | CC | 3B | 3E |
| Octal | 146 | 252 | 330 | 65 | 25 | 0 | 17 | 314 | 73 | 76 |
| Binary | 1100110 | 10101010 | 11011000 | 110101 | 10101 | 0 | 1111 | 11001100 | 111011 | 111110 |
Color Harmonies of #66AAD8
Complementary color
Monochromatic Colors of #66AAD8
Black with #66AAD8
Text Example
Text Example
White with #66AAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AAD8; }
p { color: rgb(102,170,216); }
H1.HeaderClassName
{
color: #66AAD8;
}
.AnyTagClassName
{
color: #66AAD8;
}
</style>
background-color css
<style>
a { background-color: #66AAD8; }
a { background-color: rgb(102,170,216); }
div.DivClassName
{
background-color: #66AAD8;
}
.BgClassName
{
background-color: #66AAD8;
}
</style>
border-color css
<style>
span { border-color: #66AAD8; }
span { border-color: rgb(102,170,216); }
td.TdClassName
{
border-color: #66AAD8;
}
.TagClassName
{
border-color: #66AAD8;
}
</style>