Shades of Downy #66CBCC
Tints of Downy #66CBCC
RGB
CMYK
RGB Variations
Color information
#66CBCC (or 0x66CBCC) is known color: Downy. HEX triplet: 66, CB and CC. RGB value is (102,203,204). Sum of RGB (Red+Green+Blue) = 102+203+204=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #66CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBCC is #993433. Grayscale: #ACACAC. Windows color (decimal): -10040372 or 13421414. OLE color: 13421414.
HSL color Cylindrical-coordinate representation of color #66CBCC: hue angle of 180.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBCC is Cyan = 0.5, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 203 | 204 | - |
| CMYK | 0.5 | 0.00 | 0 | 0.2 |
| HSL | 180.59º | 0.5% | 0.6% | - |
| HSV(B) | 180.59º | 0.5% | 0.8% | - |
| XYZ | 37.73 | 49.9 | 64.77 | - |
| YUV | 172.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 204 | 0.5 | 0.00 | 0 | 0.2 | 180.59 | 0.5 | 0.6 |
| Hex | 66 | CB | CC | 32 | 0 | 0 | 14 | B5 | 32 | 3C |
| Octal | 146 | 313 | 314 | 62 | 0 | 0 | 24 | 265 | 62 | 74 |
| Binary | 1100110 | 11001011 | 11001100 | 110010 | 0 | 0 | 10100 | 10110101 | 110010 | 111100 |
Color Harmonies of #66CBCC
Complementary color
Monochromatic Colors of #66CBCC
Black with #66CBCC
Text Example
Text Example
White with #66CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBCC; }
p { color: rgb(102,203,204); }
H1.HeaderClassName
{
color: #66CBCC;
}
.AnyTagClassName
{
color: #66CBCC;
}
</style>
background-color css
<style>
a { background-color: #66CBCC; }
a { background-color: rgb(102,203,204); }
div.DivClassName
{
background-color: #66CBCC;
}
.BgClassName
{
background-color: #66CBCC;
}
</style>
border-color css
<style>
span { border-color: #66CBCC; }
span { border-color: rgb(102,203,204); }
td.TdClassName
{
border-color: #66CBCC;
}
.TagClassName
{
border-color: #66CBCC;
}
</style>