Shades of Spray #8DCDDC
Tints of Spray #8DCDDC
RGB
CMYK
RGB Variations
Color information
#8DCDDC (or 0x8DCDDC) is known color: Spray. HEX triplet: 8D, CD and DC. RGB value is (141,205,220). Sum of RGB (Red+Green+Blue) = 141+205+220=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDDC is #723223. Grayscale: #BBBBBB. Windows color (decimal): -7483940 or 14470541. OLE color: 14470541.
HSL color Cylindrical-coordinate representation of color #8DCDDC: hue angle of 191.39º 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 #8DCDDC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 205 | 220 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.14 |
| HSL | 191.39º | 0.53% | 0.71% | - |
| HSV(B) | 191.39º | 0.36% | 0.86% | - |
| XYZ | 45.73 | 54.49 | 75.82 | - |
| YUV | 187.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 220 | 0.36 | 0.07 | 0 | 0.14 | 191.39 | 0.53 | 0.71 |
| Hex | 8D | CD | DC | 24 | 7 | 0 | E | BF | 35 | 47 |
| Octal | 215 | 315 | 334 | 44 | 7 | 0 | 16 | 277 | 65 | 107 |
| Binary | 10001101 | 11001101 | 11011100 | 100100 | 111 | 0 | 1110 | 10111111 | 110101 | 1000111 |
Color Harmonies of #8DCDDC
Complementary color
Monochromatic Colors of #8DCDDC
Black with #8DCDDC
Text Example
Text Example
White with #8DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDDC; }
p { color: rgb(141,205,220); }
H1.HeaderClassName
{
color: #8DCDDC;
}
.AnyTagClassName
{
color: #8DCDDC;
}
</style>
background-color css
<style>
a { background-color: #8DCDDC; }
a { background-color: rgb(141,205,220); }
div.DivClassName
{
background-color: #8DCDDC;
}
.BgClassName
{
background-color: #8DCDDC;
}
</style>
border-color css
<style>
span { border-color: #8DCDDC; }
span { border-color: rgb(141,205,220); }
td.TdClassName
{
border-color: #8DCDDC;
}
.TagClassName
{
border-color: #8DCDDC;
}
</style>