Shades of Spray #8DD8DF
Tints of Spray #8DD8DF
RGB
CMYK
RGB Variations
Color information
#8DD8DF (or 0x8DD8DF) is known color: Spray. HEX triplet: 8D, D8 and DF. RGB value is (141,216,223). Sum of RGB (Red+Green+Blue) = 141+216+223=580 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.31% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8DF is #722720. Grayscale: #C2C2C2. Windows color (decimal): -7481121 or 14669965. OLE color: 14669965.
HSL color Cylindrical-coordinate representation of color #8DD8DF: hue angle of 185.12º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DD8DF is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 216 | 223 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.13 |
| HSL | 185.12º | 0.56% | 0.71% | - |
| HSV(B) | 185.12º | 0.37% | 0.87% | - |
| XYZ | 48.86 | 60.1 | 78.84 | - |
| YUV | 194.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 223 | 0.37 | 0.03 | 0 | 0.13 | 185.12 | 0.56 | 0.71 |
| Hex | 8D | D8 | DF | 25 | 3 | 0 | D | B9 | 38 | 47 |
| Octal | 215 | 330 | 337 | 45 | 3 | 0 | 15 | 271 | 70 | 107 |
| Binary | 10001101 | 11011000 | 11011111 | 100101 | 11 | 0 | 1101 | 10111001 | 111000 | 1000111 |
Color Harmonies of #8DD8DF
Complementary color
Monochromatic Colors of #8DD8DF
Black with #8DD8DF
Text Example
Text Example
White with #8DD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD8DF; }
p { color: rgb(141,216,223); }
H1.HeaderClassName
{
color: #8DD8DF;
}
.AnyTagClassName
{
color: #8DD8DF;
}
</style>
background-color css
<style>
a { background-color: #8DD8DF; }
a { background-color: rgb(141,216,223); }
div.DivClassName
{
background-color: #8DD8DF;
}
.BgClassName
{
background-color: #8DD8DF;
}
</style>
border-color css
<style>
span { border-color: #8DD8DF; }
span { border-color: rgb(141,216,223); }
td.TdClassName
{
border-color: #8DD8DF;
}
.TagClassName
{
border-color: #8DD8DF;
}
</style>