Shades of Downy #66CBCD
Tints of Downy #66CBCD
RGB
CMYK
RGB Variations
Color information
#66CBCD (or 0x66CBCD) is known color: Downy. HEX triplet: 66, CB and CD. RGB value is (102,203,205). Sum of RGB (Red+Green+Blue) = 102+203+205=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #66CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBCD is #993432. Grayscale: #ACACAC. Windows color (decimal): -10040371 or 13486950. OLE color: 13486950.
HSL color Cylindrical-coordinate representation of color #66CBCD: hue angle of 181.17º degrees, saturation: 0.51, 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 #66CBCD is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 205 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.20 |
| HSL | 181.17º | 0.51% | 0.6% | - |
| HSV(B) | 181.17º | 0.5% | 0.8% | - |
| XYZ | 37.85 | 49.94 | 65.4 | - |
| YUV | 173.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 205 | 0.50 | 0.01 | 0 | 0.20 | 181.17 | 0.51 | 0.6 |
| Hex | 66 | CB | CD | 32 | 1 | 0 | 14 | B5 | 33 | 3C |
| Octal | 146 | 313 | 315 | 62 | 1 | 0 | 24 | 265 | 63 | 74 |
| Binary | 1100110 | 11001011 | 11001101 | 110010 | 1 | 0 | 10100 | 10110101 | 110011 | 111100 |
Color Harmonies of #66CBCD
Complementary color
Monochromatic Colors of #66CBCD
Black with #66CBCD
Text Example
Text Example
White with #66CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBCD; }
p { color: rgb(102,203,205); }
H1.HeaderClassName
{
color: #66CBCD;
}
.AnyTagClassName
{
color: #66CBCD;
}
</style>
background-color css
<style>
a { background-color: #66CBCD; }
a { background-color: rgb(102,203,205); }
div.DivClassName
{
background-color: #66CBCD;
}
.BgClassName
{
background-color: #66CBCD;
}
</style>
border-color css
<style>
span { border-color: #66CBCD; }
span { border-color: rgb(102,203,205); }
td.TdClassName
{
border-color: #66CBCD;
}
.TagClassName
{
border-color: #66CBCD;
}
</style>