Shades of Downy #67CDCE
Tints of Downy #67CDCE
RGB
CMYK
RGB Variations
Color information
#67CDCE (or 0x67CDCE) is known color: Downy. HEX triplet: 67, CD and CE. RGB value is (103,205,206). Sum of RGB (Red+Green+Blue) = 103+205+206=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #67CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDCE is #983231. Grayscale: #AEAEAE. Windows color (decimal): -9974322 or 13552999. OLE color: 13552999.
HSL color Cylindrical-coordinate representation of color #67CDCE: hue angle of 180.58º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CDCE is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 205 | 206 | - |
| CMYK | 0.50 | 0.00 | 0 | 0.19 |
| HSL | 180.58º | 0.51% | 0.61% | - |
| HSV(B) | 180.58º | 0.5% | 0.81% | - |
| XYZ | 38.57 | 51 | 66.2 | - |
| YUV | 174.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 206 | 0.50 | 0.00 | 0 | 0.19 | 180.58 | 0.51 | 0.61 |
| Hex | 67 | CD | CE | 32 | 0 | 0 | 13 | B5 | 33 | 3D |
| Octal | 147 | 315 | 316 | 62 | 0 | 0 | 23 | 265 | 63 | 75 |
| Binary | 1100111 | 11001101 | 11001110 | 110010 | 0 | 0 | 10011 | 10110101 | 110011 | 111101 |
Color Harmonies of #67CDCE
Complementary color
Monochromatic Colors of #67CDCE
Black with #67CDCE
Text Example
Text Example
White with #67CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDCE; }
p { color: rgb(103,205,206); }
H1.HeaderClassName
{
color: #67CDCE;
}
.AnyTagClassName
{
color: #67CDCE;
}
</style>
background-color css
<style>
a { background-color: #67CDCE; }
a { background-color: rgb(103,205,206); }
div.DivClassName
{
background-color: #67CDCE;
}
.BgClassName
{
background-color: #67CDCE;
}
</style>
border-color css
<style>
span { border-color: #67CDCE; }
span { border-color: rgb(103,205,206); }
td.TdClassName
{
border-color: #67CDCE;
}
.TagClassName
{
border-color: #67CDCE;
}
</style>