Shades of Downy #69D8CA
Tints of Downy #69D8CA
RGB
CMYK
RGB Variations
Color information
#69D8CA (or 0x69D8CA) is known color: Downy. HEX triplet: 69, D8 and CA. RGB value is (105,216,202). Sum of RGB (Red+Green+Blue) = 105+216+202=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8CA is #962735. Grayscale: #B5B5B5. Windows color (decimal): -9840438 or 13293673. OLE color: 13293673.
HSL color Cylindrical-coordinate representation of color #69D8CA: hue angle of 172.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8CA is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 202 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.15 |
| HSL | 172.43º | 0.59% | 0.63% | - |
| HSV(B) | 172.43º | 0.51% | 0.85% | - |
| XYZ | 41.04 | 56.38 | 64.6 | - |
| YUV | 181.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 202 | 0.51 | 0 | 0.06 | 0.15 | 172.43 | 0.59 | 0.63 |
| Hex | 69 | D8 | CA | 33 | 0 | 6 | F | AC | 3B | 3F |
| Octal | 151 | 330 | 312 | 63 | 0 | 6 | 17 | 254 | 73 | 77 |
| Binary | 1101001 | 11011000 | 11001010 | 110011 | 0 | 110 | 1111 | 10101100 | 111011 | 111111 |
Color Harmonies of #69D8CA
Complementary color
Monochromatic Colors of #69D8CA
Black with #69D8CA
Text Example
Text Example
White with #69D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D8CA; }
p { color: rgb(105,216,202); }
H1.HeaderClassName
{
color: #69D8CA;
}
.AnyTagClassName
{
color: #69D8CA;
}
</style>
background-color css
<style>
a { background-color: #69D8CA; }
a { background-color: rgb(105,216,202); }
div.DivClassName
{
background-color: #69D8CA;
}
.BgClassName
{
background-color: #69D8CA;
}
</style>
border-color css
<style>
span { border-color: #69D8CA; }
span { border-color: rgb(105,216,202); }
td.TdClassName
{
border-color: #69D8CA;
}
.TagClassName
{
border-color: #69D8CA;
}
</style>