Shades of Spray #8DD7DC
Tints of Spray #8DD7DC
RGB
CMYK
RGB Variations
Color information
#8DD7DC (or 0x8DD7DC) is known color: Spray. HEX triplet: 8D, D7 and DC. RGB value is (141,215,220). Sum of RGB (Red+Green+Blue) = 141+215+220=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD7DC is #722823. Grayscale: #C1C1C1. Windows color (decimal): -7481380 or 14473101. OLE color: 14473101.
HSL color Cylindrical-coordinate representation of color #8DD7DC: hue angle of 183.8º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD7DC is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 215 | 220 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.14 |
| HSL | 183.8º | 0.53% | 0.71% | - |
| HSV(B) | 183.8º | 0.36% | 0.86% | - |
| XYZ | 48.2 | 59.43 | 76.64 | - |
| YUV | 193.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 220 | 0.36 | 0.02 | 0 | 0.14 | 183.8 | 0.53 | 0.71 |
| Hex | 8D | D7 | DC | 24 | 2 | 0 | E | B8 | 35 | 47 |
| Octal | 215 | 327 | 334 | 44 | 2 | 0 | 16 | 270 | 65 | 107 |
| Binary | 10001101 | 11010111 | 11011100 | 100100 | 10 | 0 | 1110 | 10111000 | 110101 | 1000111 |
Color Harmonies of #8DD7DC
Complementary color
Monochromatic Colors of #8DD7DC
Black with #8DD7DC
Text Example
Text Example
White with #8DD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD7DC; }
p { color: rgb(141,215,220); }
H1.HeaderClassName
{
color: #8DD7DC;
}
.AnyTagClassName
{
color: #8DD7DC;
}
</style>
background-color css
<style>
a { background-color: #8DD7DC; }
a { background-color: rgb(141,215,220); }
div.DivClassName
{
background-color: #8DD7DC;
}
.BgClassName
{
background-color: #8DD7DC;
}
</style>
border-color css
<style>
span { border-color: #8DD7DC; }
span { border-color: rgb(141,215,220); }
td.TdClassName
{
border-color: #8DD7DC;
}
.TagClassName
{
border-color: #8DD7DC;
}
</style>