Shades of Malibu #66B9DC
Tints of Malibu #66B9DC
RGB
CMYK
RGB Variations
Color information
#66B9DC (or 0x66B9DC) is known color: Malibu. HEX triplet: 66, B9 and DC. RGB value is (102,185,220). Sum of RGB (Red+Green+Blue) = 102+185+220=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #66B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9DC is #994623. Grayscale: #A3A3A3. Windows color (decimal): -10044964 or 14465382. OLE color: 14465382.
HSL color Cylindrical-coordinate representation of color #66B9DC: hue angle of 197.8º 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 #66B9DC is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 185 | 220 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.14 |
| HSL | 197.8º | 0.63% | 0.63% | - |
| HSV(B) | 197.8º | 0.54% | 0.86% | - |
| XYZ | 35.75 | 42.69 | 74.07 | - |
| YUV | 164.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 220 | 0.54 | 0.16 | 0 | 0.14 | 197.8 | 0.63 | 0.63 |
| Hex | 66 | B9 | DC | 36 | 10 | 0 | E | C6 | 3F | 3F |
| Octal | 146 | 271 | 334 | 66 | 20 | 0 | 16 | 306 | 77 | 77 |
| Binary | 1100110 | 10111001 | 11011100 | 110110 | 10000 | 0 | 1110 | 11000110 | 111111 | 111111 |
Color Harmonies of #66B9DC
Complementary color
Monochromatic Colors of #66B9DC
Black with #66B9DC
Text Example
Text Example
White with #66B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B9DC; }
p { color: rgb(102,185,220); }
H1.HeaderClassName
{
color: #66B9DC;
}
.AnyTagClassName
{
color: #66B9DC;
}
</style>
background-color css
<style>
a { background-color: #66B9DC; }
a { background-color: rgb(102,185,220); }
div.DivClassName
{
background-color: #66B9DC;
}
.BgClassName
{
background-color: #66B9DC;
}
</style>
border-color css
<style>
span { border-color: #66B9DC; }
span { border-color: rgb(102,185,220); }
td.TdClassName
{
border-color: #66B9DC;
}
.TagClassName
{
border-color: #66B9DC;
}
</style>