Shades of Malibu #66A8DC
Tints of Malibu #66A8DC
RGB
CMYK
RGB Variations
Color information
#66A8DC (or 0x66A8DC) is known color: Malibu. HEX triplet: 66, A8 and DC. RGB value is (102,168,220). Sum of RGB (Red+Green+Blue) = 102+168+220=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #66A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8DC is #995723. Grayscale: #999999. Windows color (decimal): -10049316 or 14461030. OLE color: 14461030.
HSL color Cylindrical-coordinate representation of color #66A8DC: hue angle of 206.44º 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 #66A8DC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 168 | 220 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.14 |
| HSL | 206.44º | 0.63% | 0.63% | - |
| HSV(B) | 206.44º | 0.54% | 0.86% | - |
| XYZ | 32.4 | 36 | 72.95 | - |
| YUV | 154.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 220 | 0.54 | 0.24 | 0 | 0.14 | 206.44 | 0.63 | 0.63 |
| Hex | 66 | A8 | DC | 36 | 18 | 0 | E | CE | 3F | 3F |
| Octal | 146 | 250 | 334 | 66 | 30 | 0 | 16 | 316 | 77 | 77 |
| Binary | 1100110 | 10101000 | 11011100 | 110110 | 11000 | 0 | 1110 | 11001110 | 111111 | 111111 |
Color Harmonies of #66A8DC
Complementary color
Monochromatic Colors of #66A8DC
Black with #66A8DC
Text Example
Text Example
White with #66A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8DC; }
p { color: rgb(102,168,220); }
H1.HeaderClassName
{
color: #66A8DC;
}
.AnyTagClassName
{
color: #66A8DC;
}
</style>
background-color css
<style>
a { background-color: #66A8DC; }
a { background-color: rgb(102,168,220); }
div.DivClassName
{
background-color: #66A8DC;
}
.BgClassName
{
background-color: #66A8DC;
}
</style>
border-color css
<style>
span { border-color: #66A8DC; }
span { border-color: rgb(102,168,220); }
td.TdClassName
{
border-color: #66A8DC;
}
.TagClassName
{
border-color: #66A8DC;
}
</style>