Shades of Downy #69DEBB
Tints of Downy #69DEBB
RGB
CMYK
RGB Variations
Color information
#69DEBB (or 0x69DEBB) is known color: Downy. HEX triplet: 69, DE and BB. RGB value is (105,222,187). Sum of RGB (Red+Green+Blue) = 105+222+187=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEBB is #962144. Grayscale: #B7B7B7. Windows color (decimal): -9838917 or 12312169. OLE color: 12312169.
HSL color Cylindrical-coordinate representation of color #69DEBB: hue angle of 162.05º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEBB is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 187 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.13 |
| HSL | 162.05º | 0.64% | 0.64% | - |
| HSV(B) | 162.05º | 0.53% | 0.87% | - |
| XYZ | 40.92 | 58.83 | 56.21 | - |
| YUV | 183.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 187 | 0.53 | 0 | 0.16 | 0.13 | 162.05 | 0.64 | 0.64 |
| Hex | 69 | DE | BB | 35 | 0 | 10 | D | A2 | 40 | 40 |
| Octal | 151 | 336 | 273 | 65 | 0 | 20 | 15 | 242 | 100 | 100 |
| Binary | 1101001 | 11011110 | 10111011 | 110101 | 0 | 10000 | 1101 | 10100010 | 1000000 | 1000000 |
Color Harmonies of #69DEBB
Complementary color
Monochromatic Colors of #69DEBB
Black with #69DEBB
Text Example
Text Example
White with #69DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DEBB; }
p { color: rgb(105,222,187); }
H1.HeaderClassName
{
color: #69DEBB;
}
.AnyTagClassName
{
color: #69DEBB;
}
</style>
background-color css
<style>
a { background-color: #69DEBB; }
a { background-color: rgb(105,222,187); }
div.DivClassName
{
background-color: #69DEBB;
}
.BgClassName
{
background-color: #69DEBB;
}
</style>
border-color css
<style>
span { border-color: #69DEBB; }
span { border-color: rgb(105,222,187); }
td.TdClassName
{
border-color: #69DEBB;
}
.TagClassName
{
border-color: #69DEBB;
}
</style>