Shades of Malibu #66C0DC
Tints of Malibu #66C0DC
RGB
CMYK
RGB Variations
Color information
#66C0DC (or 0x66C0DC) is known color: Malibu. HEX triplet: 66, C0 and DC. RGB value is (102,192,220). Sum of RGB (Red+Green+Blue) = 102+192+220=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #66C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0DC is #993F23. Grayscale: #A8A8A8. Windows color (decimal): -10043172 or 14467174. OLE color: 14467174.
HSL color Cylindrical-coordinate representation of color #66C0DC: hue angle of 194.24º 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 #66C0DC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 192 | 220 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.14 |
| HSL | 194.24º | 0.63% | 0.63% | - |
| HSV(B) | 194.24º | 0.54% | 0.86% | - |
| XYZ | 37.25 | 45.69 | 74.57 | - |
| YUV | 168.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 220 | 0.54 | 0.13 | 0 | 0.14 | 194.24 | 0.63 | 0.63 |
| Hex | 66 | C0 | DC | 36 | D | 0 | E | C2 | 3F | 3F |
| Octal | 146 | 300 | 334 | 66 | 15 | 0 | 16 | 302 | 77 | 77 |
| Binary | 1100110 | 11000000 | 11011100 | 110110 | 1101 | 0 | 1110 | 11000010 | 111111 | 111111 |
Color Harmonies of #66C0DC
Complementary color
Monochromatic Colors of #66C0DC
Black with #66C0DC
Text Example
Text Example
White with #66C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0DC; }
p { color: rgb(102,192,220); }
H1.HeaderClassName
{
color: #66C0DC;
}
.AnyTagClassName
{
color: #66C0DC;
}
</style>
background-color css
<style>
a { background-color: #66C0DC; }
a { background-color: rgb(102,192,220); }
div.DivClassName
{
background-color: #66C0DC;
}
.BgClassName
{
background-color: #66C0DC;
}
</style>
border-color css
<style>
span { border-color: #66C0DC; }
span { border-color: rgb(102,192,220); }
td.TdClassName
{
border-color: #66C0DC;
}
.TagClassName
{
border-color: #66C0DC;
}
</style>