Shades of Spray #8DDDE1
Tints of Spray #8DDDE1
RGB
CMYK
RGB Variations
Color information
#8DDDE1 (or 0x8DDDE1) is known color: Spray. HEX triplet: 8D, DD and E1. RGB value is (141,221,225). Sum of RGB (Red+Green+Blue) = 141+221+225=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDE1 is #72221E. Grayscale: #C5C5C5. Windows color (decimal): -7479839 or 14802317. OLE color: 14802317.
HSL color Cylindrical-coordinate representation of color #8DDDE1: hue angle of 182.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDDE1 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 221 | 225 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.12 |
| HSL | 182.86º | 0.58% | 0.72% | - |
| HSV(B) | 182.86º | 0.37% | 0.88% | - |
| XYZ | 50.43 | 62.81 | 80.7 | - |
| YUV | 197.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 225 | 0.37 | 0.02 | 0 | 0.12 | 182.86 | 0.58 | 0.72 |
| Hex | 8D | DD | E1 | 25 | 2 | 0 | C | B7 | 3A | 48 |
| Octal | 215 | 335 | 341 | 45 | 2 | 0 | 14 | 267 | 72 | 110 |
| Binary | 10001101 | 11011101 | 11100001 | 100101 | 10 | 0 | 1100 | 10110111 | 111010 | 1001000 |
Color Harmonies of #8DDDE1
Complementary color
Monochromatic Colors of #8DDDE1
Black with #8DDDE1
Text Example
Text Example
White with #8DDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDE1; }
p { color: rgb(141,221,225); }
H1.HeaderClassName
{
color: #8DDDE1;
}
.AnyTagClassName
{
color: #8DDDE1;
}
</style>
background-color css
<style>
a { background-color: #8DDDE1; }
a { background-color: rgb(141,221,225); }
div.DivClassName
{
background-color: #8DDDE1;
}
.BgClassName
{
background-color: #8DDDE1;
}
</style>
border-color css
<style>
span { border-color: #8DDDE1; }
span { border-color: rgb(141,221,225); }
td.TdClassName
{
border-color: #8DDDE1;
}
.TagClassName
{
border-color: #8DDDE1;
}
</style>