Shades of Spray #8DD5DF
Tints of Spray #8DD5DF
RGB
CMYK
RGB Variations
Color information
#8DD5DF (or 0x8DD5DF) is known color: Spray. HEX triplet: 8D, D5 and DF. RGB value is (141,213,223). Sum of RGB (Red+Green+Blue) = 141+213+223=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DD5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD5DF is #722A20. Grayscale: #C0C0C0. Windows color (decimal): -7481889 or 14669197. OLE color: 14669197.
HSL color Cylindrical-coordinate representation of color #8DD5DF: hue angle of 187.32º 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 #8DD5DF is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 213 | 223 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.13 |
| HSL | 187.32º | 0.56% | 0.71% | - |
| HSV(B) | 187.32º | 0.37% | 0.87% | - |
| XYZ | 48.1 | 58.58 | 78.58 | - |
| YUV | 192.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 223 | 0.37 | 0.04 | 0 | 0.13 | 187.32 | 0.56 | 0.71 |
| Hex | 8D | D5 | DF | 25 | 4 | 0 | D | BB | 38 | 47 |
| Octal | 215 | 325 | 337 | 45 | 4 | 0 | 15 | 273 | 70 | 107 |
| Binary | 10001101 | 11010101 | 11011111 | 100101 | 100 | 0 | 1101 | 10111011 | 111000 | 1000111 |
Color Harmonies of #8DD5DF
Complementary color
Monochromatic Colors of #8DD5DF
Black with #8DD5DF
Text Example
Text Example
White with #8DD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD5DF; }
p { color: rgb(141,213,223); }
H1.HeaderClassName
{
color: #8DD5DF;
}
.AnyTagClassName
{
color: #8DD5DF;
}
</style>
background-color css
<style>
a { background-color: #8DD5DF; }
a { background-color: rgb(141,213,223); }
div.DivClassName
{
background-color: #8DD5DF;
}
.BgClassName
{
background-color: #8DD5DF;
}
</style>
border-color css
<style>
span { border-color: #8DD5DF; }
span { border-color: rgb(141,213,223); }
td.TdClassName
{
border-color: #8DD5DF;
}
.TagClassName
{
border-color: #8DD5DF;
}
</style>