Shades of Malibu #66C0DF
Tints of Malibu #66C0DF
RGB
CMYK
RGB Variations
Color information
#66C0DF (or 0x66C0DF) is known color: Malibu. HEX triplet: 66, C0 and DF. RGB value is (102,192,223). Sum of RGB (Red+Green+Blue) = 102+192+223=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #66C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C0DF is #993F20. Grayscale: #A8A8A8. Windows color (decimal): -10043169 or 14663782. OLE color: 14663782.
HSL color Cylindrical-coordinate representation of color #66C0DF: hue angle of 195.37º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66C0DF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 192 | 223 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.13 |
| HSL | 195.37º | 0.65% | 0.64% | - |
| HSV(B) | 195.37º | 0.54% | 0.87% | - |
| XYZ | 37.65 | 45.85 | 76.68 | - |
| YUV | 168.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 223 | 0.54 | 0.14 | 0 | 0.13 | 195.37 | 0.65 | 0.64 |
| Hex | 66 | C0 | DF | 36 | E | 0 | D | C3 | 41 | 40 |
| Octal | 146 | 300 | 337 | 66 | 16 | 0 | 15 | 303 | 101 | 100 |
| Binary | 1100110 | 11000000 | 11011111 | 110110 | 1110 | 0 | 1101 | 11000011 | 1000001 | 1000000 |
Color Harmonies of #66C0DF
Complementary color
Monochromatic Colors of #66C0DF
Black with #66C0DF
Text Example
Text Example
White with #66C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0DF; }
p { color: rgb(102,192,223); }
H1.HeaderClassName
{
color: #66C0DF;
}
.AnyTagClassName
{
color: #66C0DF;
}
</style>
background-color css
<style>
a { background-color: #66C0DF; }
a { background-color: rgb(102,192,223); }
div.DivClassName
{
background-color: #66C0DF;
}
.BgClassName
{
background-color: #66C0DF;
}
</style>
border-color css
<style>
span { border-color: #66C0DF; }
span { border-color: rgb(102,192,223); }
td.TdClassName
{
border-color: #66C0DF;
}
.TagClassName
{
border-color: #66C0DF;
}
</style>