Shades of Malibu #66C7DC
Tints of Malibu #66C7DC
RGB
CMYK
RGB Variations
Color information
#66C7DC (or 0x66C7DC) is known color: Malibu. HEX triplet: 66, C7 and DC. RGB value is (102,199,220). Sum of RGB (Red+Green+Blue) = 102+199+220=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #66C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7DC is #993823. Grayscale: #ACACAC. Windows color (decimal): -10041380 or 14468966. OLE color: 14468966.
HSL color Cylindrical-coordinate representation of color #66C7DC: hue angle of 190.68º 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 #66C7DC is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 199 | 220 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.14 |
| HSL | 190.68º | 0.63% | 0.63% | - |
| HSV(B) | 190.68º | 0.54% | 0.86% | - |
| XYZ | 38.82 | 48.84 | 75.09 | - |
| YUV | 172.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 199 | 220 | 0.54 | 0.10 | 0 | 0.14 | 190.68 | 0.63 | 0.63 |
| Hex | 66 | C7 | DC | 36 | A | 0 | E | BF | 3F | 3F |
| Octal | 146 | 307 | 334 | 66 | 12 | 0 | 16 | 277 | 77 | 77 |
| Binary | 1100110 | 11000111 | 11011100 | 110110 | 1010 | 0 | 1110 | 10111111 | 111111 | 111111 |
Color Harmonies of #66C7DC
Complementary color
Monochromatic Colors of #66C7DC
Black with #66C7DC
Text Example
Text Example
White with #66C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C7DC; }
p { color: rgb(102,199,220); }
H1.HeaderClassName
{
color: #66C7DC;
}
.AnyTagClassName
{
color: #66C7DC;
}
</style>
background-color css
<style>
a { background-color: #66C7DC; }
a { background-color: rgb(102,199,220); }
div.DivClassName
{
background-color: #66C7DC;
}
.BgClassName
{
background-color: #66C7DC;
}
</style>
border-color css
<style>
span { border-color: #66C7DC; }
span { border-color: rgb(102,199,220); }
td.TdClassName
{
border-color: #66C7DC;
}
.TagClassName
{
border-color: #66C7DC;
}
</style>