Shades of Downy #66CACF
Tints of Downy #66CACF
RGB
CMYK
RGB Variations
Color information
#66CACF (or 0x66CACF) is known color: Downy. HEX triplet: 66, CA and CF. RGB value is (102,202,207). Sum of RGB (Red+Green+Blue) = 102+202+207=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #66CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CACF is #993530. Grayscale: #ACACAC. Windows color (decimal): -10040625 or 13617766. OLE color: 13617766.
HSL color Cylindrical-coordinate representation of color #66CACF: hue angle of 182.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CACF is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 202 | 207 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.19 |
| HSL | 182.86º | 0.52% | 0.61% | - |
| HSV(B) | 182.86º | 0.51% | 0.81% | - |
| XYZ | 37.86 | 49.57 | 66.6 | - |
| YUV | 172.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 207 | 0.51 | 0.02 | 0 | 0.19 | 182.86 | 0.52 | 0.61 |
| Hex | 66 | CA | CF | 33 | 2 | 0 | 13 | B7 | 34 | 3D |
| Octal | 146 | 312 | 317 | 63 | 2 | 0 | 23 | 267 | 64 | 75 |
| Binary | 1100110 | 11001010 | 11001111 | 110011 | 10 | 0 | 10011 | 10110111 | 110100 | 111101 |
Color Harmonies of #66CACF
Complementary color
Monochromatic Colors of #66CACF
Black with #66CACF
Text Example
Text Example
White with #66CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CACF; }
p { color: rgb(102,202,207); }
H1.HeaderClassName
{
color: #66CACF;
}
.AnyTagClassName
{
color: #66CACF;
}
</style>
background-color css
<style>
a { background-color: #66CACF; }
a { background-color: rgb(102,202,207); }
div.DivClassName
{
background-color: #66CACF;
}
.BgClassName
{
background-color: #66CACF;
}
</style>
border-color css
<style>
span { border-color: #66CACF; }
span { border-color: rgb(102,202,207); }
td.TdClassName
{
border-color: #66CACF;
}
.TagClassName
{
border-color: #66CACF;
}
</style>