Shades of Malibu #66C0D9
Tints of Malibu #66C0D9
RGB
CMYK
RGB Variations
Color information
#66C0D9 (or 0x66C0D9) is known color: Malibu. HEX triplet: 66, C0 and D9. RGB value is (102,192,217). Sum of RGB (Red+Green+Blue) = 102+192+217=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #66C0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0D9 is #993F26. Grayscale: #A7A7A7. Windows color (decimal): -10043175 or 14270566. OLE color: 14270566.
HSL color Cylindrical-coordinate representation of color #66C0D9: hue angle of 193.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66C0D9 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 192 | 217 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.15 |
| HSL | 193.04º | 0.6% | 0.63% | - |
| HSV(B) | 193.04º | 0.53% | 0.85% | - |
| XYZ | 36.85 | 45.53 | 72.49 | - |
| YUV | 167.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 217 | 0.53 | 0.12 | 0 | 0.15 | 193.04 | 0.6 | 0.63 |
| Hex | 66 | C0 | D9 | 35 | C | 0 | F | C1 | 3C | 3F |
| Octal | 146 | 300 | 331 | 65 | 14 | 0 | 17 | 301 | 74 | 77 |
| Binary | 1100110 | 11000000 | 11011001 | 110101 | 1100 | 0 | 1111 | 11000001 | 111100 | 111111 |
Color Harmonies of #66C0D9
Complementary color
Monochromatic Colors of #66C0D9
Black with #66C0D9
Text Example
Text Example
White with #66C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0D9; }
p { color: rgb(102,192,217); }
H1.HeaderClassName
{
color: #66C0D9;
}
.AnyTagClassName
{
color: #66C0D9;
}
</style>
background-color css
<style>
a { background-color: #66C0D9; }
a { background-color: rgb(102,192,217); }
div.DivClassName
{
background-color: #66C0D9;
}
.BgClassName
{
background-color: #66C0D9;
}
</style>
border-color css
<style>
span { border-color: #66C0D9; }
span { border-color: rgb(102,192,217); }
td.TdClassName
{
border-color: #66C0D9;
}
.TagClassName
{
border-color: #66C0D9;
}
</style>