Shades of Spray #8DC2D1
Tints of Spray #8DC2D1
RGB
CMYK
RGB Variations
Color information
#8DC2D1 (or 0x8DC2D1) is known color: Spray. HEX triplet: 8D, C2 and D1. RGB value is (141,194,209). Sum of RGB (Red+Green+Blue) = 141+194+209=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DC2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2D1 is #723D2E. Grayscale: #B3B3B3. Windows color (decimal): -7486767 or 13746829. OLE color: 13746829.
HSL color Cylindrical-coordinate representation of color #8DC2D1: hue angle of 193.24º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DC2D1 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 194 | 209 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.18 |
| HSL | 193.24º | 0.43% | 0.69% | - |
| HSV(B) | 193.24º | 0.33% | 0.82% | - |
| XYZ | 41.78 | 48.85 | 67.55 | - |
| YUV | 179.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 209 | 0.33 | 0.07 | 0 | 0.18 | 193.24 | 0.43 | 0.69 |
| Hex | 8D | C2 | D1 | 21 | 7 | 0 | 12 | C1 | 2A | 45 |
| Octal | 215 | 302 | 321 | 41 | 7 | 0 | 22 | 301 | 52 | 105 |
| Binary | 10001101 | 11000010 | 11010001 | 100001 | 111 | 0 | 10010 | 11000001 | 101010 | 1000101 |
Color Harmonies of #8DC2D1
Complementary color
Monochromatic Colors of #8DC2D1
Black with #8DC2D1
Text Example
Text Example
White with #8DC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC2D1; }
p { color: rgb(141,194,209); }
H1.HeaderClassName
{
color: #8DC2D1;
}
.AnyTagClassName
{
color: #8DC2D1;
}
</style>
background-color css
<style>
a { background-color: #8DC2D1; }
a { background-color: rgb(141,194,209); }
div.DivClassName
{
background-color: #8DC2D1;
}
.BgClassName
{
background-color: #8DC2D1;
}
</style>
border-color css
<style>
span { border-color: #8DC2D1; }
span { border-color: rgb(141,194,209); }
td.TdClassName
{
border-color: #8DC2D1;
}
.TagClassName
{
border-color: #8DC2D1;
}
</style>