Shades of Spray #8FD4DD
Tints of Spray #8FD4DD
RGB
CMYK
RGB Variations
Color information
#8FD4DD (or 0x8FD4DD) is known color: Spray. HEX triplet: 8F, D4 and DD. RGB value is (143,212,221). Sum of RGB (Red+Green+Blue) = 143+212+221=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD4DD is #702B22. Grayscale: #C0C0C0. Windows color (decimal): -7351075 or 14537871. OLE color: 14537871.
HSL color Cylindrical-coordinate representation of color #8FD4DD: hue angle of 186.92º 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 #8FD4DD is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 212 | 221 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.13 |
| HSL | 186.92º | 0.53% | 0.71% | - |
| HSV(B) | 186.92º | 0.35% | 0.87% | - |
| XYZ | 47.92 | 58.15 | 77.1 | - |
| YUV | 192.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 221 | 0.35 | 0.04 | 0 | 0.13 | 186.92 | 0.53 | 0.71 |
| Hex | 8F | D4 | DD | 23 | 4 | 0 | D | BB | 35 | 47 |
| Octal | 217 | 324 | 335 | 43 | 4 | 0 | 15 | 273 | 65 | 107 |
| Binary | 10001111 | 11010100 | 11011101 | 100011 | 100 | 0 | 1101 | 10111011 | 110101 | 1000111 |
Color Harmonies of #8FD4DD
Complementary color
Monochromatic Colors of #8FD4DD
Black with #8FD4DD
Text Example
Text Example
White with #8FD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD4DD; }
p { color: rgb(143,212,221); }
H1.HeaderClassName
{
color: #8FD4DD;
}
.AnyTagClassName
{
color: #8FD4DD;
}
</style>
background-color css
<style>
a { background-color: #8FD4DD; }
a { background-color: rgb(143,212,221); }
div.DivClassName
{
background-color: #8FD4DD;
}
.BgClassName
{
background-color: #8FD4DD;
}
</style>
border-color css
<style>
span { border-color: #8FD4DD; }
span { border-color: rgb(143,212,221); }
td.TdClassName
{
border-color: #8FD4DD;
}
.TagClassName
{
border-color: #8FD4DD;
}
</style>