Shades of Malibu #66C7DD
Tints of Malibu #66C7DD
RGB
CMYK
RGB Variations
Color information
#66C7DD (or 0x66C7DD) is known color: Malibu. HEX triplet: 66, C7 and DD. RGB value is (102,199,221). Sum of RGB (Red+Green+Blue) = 102+199+221=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #66C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C7DD is #993822. Grayscale: #ACACAC. Windows color (decimal): -10041379 or 14534502. OLE color: 14534502.
HSL color Cylindrical-coordinate representation of color #66C7DD: hue angle of 191.09º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66C7DD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 199 | 221 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.13 |
| HSL | 191.09º | 0.64% | 0.63% | - |
| HSV(B) | 191.09º | 0.54% | 0.87% | - |
| XYZ | 38.95 | 48.89 | 75.79 | - |
| YUV | 172.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 199 | 221 | 0.54 | 0.10 | 0 | 0.13 | 191.09 | 0.64 | 0.63 |
| Hex | 66 | C7 | DD | 36 | A | 0 | D | BF | 40 | 3F |
| Octal | 146 | 307 | 335 | 66 | 12 | 0 | 15 | 277 | 100 | 77 |
| Binary | 1100110 | 11000111 | 11011101 | 110110 | 1010 | 0 | 1101 | 10111111 | 1000000 | 111111 |
Color Harmonies of #66C7DD
Complementary color
Monochromatic Colors of #66C7DD
Black with #66C7DD
Text Example
Text Example
White with #66C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C7DD; }
p { color: rgb(102,199,221); }
H1.HeaderClassName
{
color: #66C7DD;
}
.AnyTagClassName
{
color: #66C7DD;
}
</style>
background-color css
<style>
a { background-color: #66C7DD; }
a { background-color: rgb(102,199,221); }
div.DivClassName
{
background-color: #66C7DD;
}
.BgClassName
{
background-color: #66C7DD;
}
</style>
border-color css
<style>
span { border-color: #66C7DD; }
span { border-color: rgb(102,199,221); }
td.TdClassName
{
border-color: #66C7DD;
}
.TagClassName
{
border-color: #66C7DD;
}
</style>