Shades of Malibu #66A9DB
Tints of Malibu #66A9DB
RGB
CMYK
RGB Variations
Color information
#66A9DB (or 0x66A9DB) is known color: Malibu. HEX triplet: 66, A9 and DB. RGB value is (102,169,219). Sum of RGB (Red+Green+Blue) = 102+169+219=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #66A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A9DB is #995624. Grayscale: #9A9A9A. Windows color (decimal): -10049061 or 14395750. OLE color: 14395750.
HSL color Cylindrical-coordinate representation of color #66A9DB: hue angle of 205.64º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A9DB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 169 | 219 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.14 |
| HSL | 205.64º | 0.62% | 0.63% | - |
| HSV(B) | 205.64º | 0.53% | 0.86% | - |
| XYZ | 32.45 | 36.32 | 72.32 | - |
| YUV | 154.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 219 | 0.53 | 0.23 | 0 | 0.14 | 205.64 | 0.62 | 0.63 |
| Hex | 66 | A9 | DB | 35 | 17 | 0 | E | CE | 3E | 3F |
| Octal | 146 | 251 | 333 | 65 | 27 | 0 | 16 | 316 | 76 | 77 |
| Binary | 1100110 | 10101001 | 11011011 | 110101 | 10111 | 0 | 1110 | 11001110 | 111110 | 111111 |
Color Harmonies of #66A9DB
Complementary color
Monochromatic Colors of #66A9DB
Black with #66A9DB
Text Example
Text Example
White with #66A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A9DB; }
p { color: rgb(102,169,219); }
H1.HeaderClassName
{
color: #66A9DB;
}
.AnyTagClassName
{
color: #66A9DB;
}
</style>
background-color css
<style>
a { background-color: #66A9DB; }
a { background-color: rgb(102,169,219); }
div.DivClassName
{
background-color: #66A9DB;
}
.BgClassName
{
background-color: #66A9DB;
}
</style>
border-color css
<style>
span { border-color: #66A9DB; }
span { border-color: rgb(102,169,219); }
td.TdClassName
{
border-color: #66A9DB;
}
.TagClassName
{
border-color: #66A9DB;
}
</style>