Shades of Spray #8FD1DD
Tints of Spray #8FD1DD
RGB
CMYK
RGB Variations
Color information
#8FD1DD (or 0x8FD1DD) is known color: Spray. HEX triplet: 8F, D1 and DD. RGB value is (143,209,221). Sum of RGB (Red+Green+Blue) = 143+209+221=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD1DD is #702E22. Grayscale: #BEBEBE. Windows color (decimal): -7351843 or 14537103. OLE color: 14537103.
HSL color Cylindrical-coordinate representation of color #8FD1DD: hue angle of 189.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FD1DD is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 209 | 221 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.13 |
| HSL | 189.23º | 0.53% | 0.71% | - |
| HSV(B) | 189.23º | 0.35% | 0.87% | - |
| XYZ | 47.18 | 56.66 | 76.86 | - |
| YUV | 190.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 221 | 0.35 | 0.05 | 0 | 0.13 | 189.23 | 0.53 | 0.71 |
| Hex | 8F | D1 | DD | 23 | 5 | 0 | D | BD | 35 | 47 |
| Octal | 217 | 321 | 335 | 43 | 5 | 0 | 15 | 275 | 65 | 107 |
| Binary | 10001111 | 11010001 | 11011101 | 100011 | 101 | 0 | 1101 | 10111101 | 110101 | 1000111 |
Color Harmonies of #8FD1DD
Complementary color
Monochromatic Colors of #8FD1DD
Black with #8FD1DD
Text Example
Text Example
White with #8FD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD1DD; }
p { color: rgb(143,209,221); }
H1.HeaderClassName
{
color: #8FD1DD;
}
.AnyTagClassName
{
color: #8FD1DD;
}
</style>
background-color css
<style>
a { background-color: #8FD1DD; }
a { background-color: rgb(143,209,221); }
div.DivClassName
{
background-color: #8FD1DD;
}
.BgClassName
{
background-color: #8FD1DD;
}
</style>
border-color css
<style>
span { border-color: #8FD1DD; }
span { border-color: rgb(143,209,221); }
td.TdClassName
{
border-color: #8FD1DD;
}
.TagClassName
{
border-color: #8FD1DD;
}
</style>