Shades of Downy #71DCCF
Tints of Downy #71DCCF
RGB
CMYK
RGB Variations
Color information
#71DCCF (or 0x71DCCF) is known color: Downy. HEX triplet: 71, DC and CF. RGB value is (113,220,207). Sum of RGB (Red+Green+Blue) = 113+220+207=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCCF is #8E2330. Grayscale: #BABABA. Windows color (decimal): -9315121 or 13622385. OLE color: 13622385.
HSL color Cylindrical-coordinate representation of color #71DCCF: hue angle of 172.71º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCCF is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 207 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.14 |
| HSL | 172.71º | 0.6% | 0.65% | - |
| HSV(B) | 172.71º | 0.49% | 0.86% | - |
| XYZ | 43.67 | 59.2 | 68.16 | - |
| YUV | 186.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 207 | 0.49 | 0 | 0.06 | 0.14 | 172.71 | 0.6 | 0.65 |
| Hex | 71 | DC | CF | 31 | 0 | 6 | E | AD | 3C | 41 |
| Octal | 161 | 334 | 317 | 61 | 0 | 6 | 16 | 255 | 74 | 101 |
| Binary | 1110001 | 11011100 | 11001111 | 110001 | 0 | 110 | 1110 | 10101101 | 111100 | 1000001 |
Color Harmonies of #71DCCF
Complementary color
Monochromatic Colors of #71DCCF
Black with #71DCCF
Text Example
Text Example
White with #71DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCCF; }
p { color: rgb(113,220,207); }
H1.HeaderClassName
{
color: #71DCCF;
}
.AnyTagClassName
{
color: #71DCCF;
}
</style>
background-color css
<style>
a { background-color: #71DCCF; }
a { background-color: rgb(113,220,207); }
div.DivClassName
{
background-color: #71DCCF;
}
.BgClassName
{
background-color: #71DCCF;
}
</style>
border-color css
<style>
span { border-color: #71DCCF; }
span { border-color: rgb(113,220,207); }
td.TdClassName
{
border-color: #71DCCF;
}
.TagClassName
{
border-color: #71DCCF;
}
</style>