Shades of Downy #74DCCE
Tints of Downy #74DCCE
RGB
CMYK
RGB Variations
Color information
#74DCCE (or 0x74DCCE) is known color: Downy. HEX triplet: 74, DC and CE. RGB value is (116,220,206). Sum of RGB (Red+Green+Blue) = 116+220+206=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCCE is #8B2331. Grayscale: #BBBBBB. Windows color (decimal): -9118514 or 13556852. OLE color: 13556852.
HSL color Cylindrical-coordinate representation of color #74DCCE: hue angle of 171.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCCE is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 206 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.14 |
| HSL | 171.92º | 0.6% | 0.66% | - |
| HSV(B) | 171.92º | 0.47% | 0.86% | - |
| XYZ | 43.94 | 59.36 | 67.53 | - |
| YUV | 187.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 206 | 0.47 | 0 | 0.06 | 0.14 | 171.92 | 0.6 | 0.66 |
| Hex | 74 | DC | CE | 2F | 0 | 6 | E | AC | 3C | 42 |
| Octal | 164 | 334 | 316 | 57 | 0 | 6 | 16 | 254 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11001110 | 101111 | 0 | 110 | 1110 | 10101100 | 111100 | 1000010 |
Color Harmonies of #74DCCE
Complementary color
Monochromatic Colors of #74DCCE
Black with #74DCCE
Text Example
Text Example
White with #74DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCCE; }
p { color: rgb(116,220,206); }
H1.HeaderClassName
{
color: #74DCCE;
}
.AnyTagClassName
{
color: #74DCCE;
}
</style>
background-color css
<style>
a { background-color: #74DCCE; }
a { background-color: rgb(116,220,206); }
div.DivClassName
{
background-color: #74DCCE;
}
.BgClassName
{
background-color: #74DCCE;
}
</style>
border-color css
<style>
span { border-color: #74DCCE; }
span { border-color: rgb(116,220,206); }
td.TdClassName
{
border-color: #74DCCE;
}
.TagClassName
{
border-color: #74DCCE;
}
</style>