Shades of Downy #69D5CF
Tints of Downy #69D5CF
RGB
CMYK
RGB Variations
Color information
#69D5CF (or 0x69D5CF) is known color: Downy. HEX triplet: 69, D5 and CF. RGB value is (105,213,207). Sum of RGB (Red+Green+Blue) = 105+213+207=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #69D5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D5CF is #962A30. Grayscale: #B3B3B3. Windows color (decimal): -9841201 or 13620585. OLE color: 13620585.
HSL color Cylindrical-coordinate representation of color #69D5CF: hue angle of 176.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D5CF is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 207 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.16 |
| HSL | 176.67º | 0.56% | 0.62% | - |
| HSV(B) | 176.67º | 0.51% | 0.84% | - |
| XYZ | 40.88 | 55.1 | 67.51 | - |
| YUV | 180.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 207 | 0.51 | 0 | 0.03 | 0.16 | 176.67 | 0.56 | 0.62 |
| Hex | 69 | D5 | CF | 33 | 0 | 3 | 10 | B1 | 38 | 3E |
| Octal | 151 | 325 | 317 | 63 | 0 | 3 | 20 | 261 | 70 | 76 |
| Binary | 1101001 | 11010101 | 11001111 | 110011 | 0 | 11 | 10000 | 10110001 | 111000 | 111110 |
Color Harmonies of #69D5CF
Complementary color
Monochromatic Colors of #69D5CF
Black with #69D5CF
Text Example
Text Example
White with #69D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D5CF; }
p { color: rgb(105,213,207); }
H1.HeaderClassName
{
color: #69D5CF;
}
.AnyTagClassName
{
color: #69D5CF;
}
</style>
background-color css
<style>
a { background-color: #69D5CF; }
a { background-color: rgb(105,213,207); }
div.DivClassName
{
background-color: #69D5CF;
}
.BgClassName
{
background-color: #69D5CF;
}
</style>
border-color css
<style>
span { border-color: #69D5CF; }
span { border-color: rgb(105,213,207); }
td.TdClassName
{
border-color: #69D5CF;
}
.TagClassName
{
border-color: #69D5CF;
}
</style>