Shades of Malibu #66A8DD
Tints of Malibu #66A8DD
RGB
CMYK
RGB Variations
Color information
#66A8DD (or 0x66A8DD) is known color: Malibu. HEX triplet: 66, A8 and DD. RGB value is (102,168,221). Sum of RGB (Red+Green+Blue) = 102+168+221=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #66A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8DD is #995722. Grayscale: #9A9A9A. Windows color (decimal): -10049315 or 14526566. OLE color: 14526566.
HSL color Cylindrical-coordinate representation of color #66A8DD: hue angle of 206.72º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A8DD is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 168 | 221 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.13 |
| HSL | 206.72º | 0.64% | 0.63% | - |
| HSV(B) | 206.72º | 0.54% | 0.87% | - |
| XYZ | 32.53 | 36.05 | 73.65 | - |
| YUV | 154.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 221 | 0.54 | 0.24 | 0 | 0.13 | 206.72 | 0.64 | 0.63 |
| Hex | 66 | A8 | DD | 36 | 18 | 0 | D | CF | 40 | 3F |
| Octal | 146 | 250 | 335 | 66 | 30 | 0 | 15 | 317 | 100 | 77 |
| Binary | 1100110 | 10101000 | 11011101 | 110110 | 11000 | 0 | 1101 | 11001111 | 1000000 | 111111 |
Color Harmonies of #66A8DD
Complementary color
Monochromatic Colors of #66A8DD
Black with #66A8DD
Text Example
Text Example
White with #66A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8DD; }
p { color: rgb(102,168,221); }
H1.HeaderClassName
{
color: #66A8DD;
}
.AnyTagClassName
{
color: #66A8DD;
}
</style>
background-color css
<style>
a { background-color: #66A8DD; }
a { background-color: rgb(102,168,221); }
div.DivClassName
{
background-color: #66A8DD;
}
.BgClassName
{
background-color: #66A8DD;
}
</style>
border-color css
<style>
span { border-color: #66A8DD; }
span { border-color: rgb(102,168,221); }
td.TdClassName
{
border-color: #66A8DD;
}
.TagClassName
{
border-color: #66A8DD;
}
</style>