Shades of Spray #8DD3DF
Tints of Spray #8DD3DF
RGB
CMYK
RGB Variations
Color information
#8DD3DF (or 0x8DD3DF) is known color: Spray. HEX triplet: 8D, D3 and DF. RGB value is (141,211,223). Sum of RGB (Red+Green+Blue) = 141+211+223=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD3DF is #722C20. Grayscale: #BFBFBF. Windows color (decimal): -7482401 or 14668685. OLE color: 14668685.
HSL color Cylindrical-coordinate representation of color #8DD3DF: hue angle of 188.78º 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 #8DD3DF is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 211 | 223 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.13 |
| HSL | 188.78º | 0.56% | 0.71% | - |
| HSV(B) | 188.78º | 0.37% | 0.87% | - |
| XYZ | 47.6 | 57.58 | 78.42 | - |
| YUV | 191.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 223 | 0.37 | 0.05 | 0 | 0.13 | 188.78 | 0.56 | 0.71 |
| Hex | 8D | D3 | DF | 25 | 5 | 0 | D | BD | 38 | 47 |
| Octal | 215 | 323 | 337 | 45 | 5 | 0 | 15 | 275 | 70 | 107 |
| Binary | 10001101 | 11010011 | 11011111 | 100101 | 101 | 0 | 1101 | 10111101 | 111000 | 1000111 |
Color Harmonies of #8DD3DF
Complementary color
Monochromatic Colors of #8DD3DF
Black with #8DD3DF
Text Example
Text Example
White with #8DD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD3DF; }
p { color: rgb(141,211,223); }
H1.HeaderClassName
{
color: #8DD3DF;
}
.AnyTagClassName
{
color: #8DD3DF;
}
</style>
background-color css
<style>
a { background-color: #8DD3DF; }
a { background-color: rgb(141,211,223); }
div.DivClassName
{
background-color: #8DD3DF;
}
.BgClassName
{
background-color: #8DD3DF;
}
</style>
border-color css
<style>
span { border-color: #8DD3DF; }
span { border-color: rgb(141,211,223); }
td.TdClassName
{
border-color: #8DD3DF;
}
.TagClassName
{
border-color: #8DD3DF;
}
</style>