Shades of Spray #8FD5DE
Tints of Spray #8FD5DE
RGB
CMYK
RGB Variations
Color information
#8FD5DE (or 0x8FD5DE) is known color: Spray. HEX triplet: 8F, D5 and DE. RGB value is (143,213,222). Sum of RGB (Red+Green+Blue) = 143+213+222=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FD5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD5DE is #702A21. Grayscale: #C0C0C0. Windows color (decimal): -7350818 or 14603663. OLE color: 14603663.
HSL color Cylindrical-coordinate representation of color #8FD5DE: hue angle of 186.84º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FD5DE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 213 | 222 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.13 |
| HSL | 186.84º | 0.54% | 0.72% | - |
| HSV(B) | 186.84º | 0.36% | 0.87% | - |
| XYZ | 48.31 | 58.7 | 77.89 | - |
| YUV | 193.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 222 | 0.36 | 0.04 | 0 | 0.13 | 186.84 | 0.54 | 0.72 |
| Hex | 8F | D5 | DE | 24 | 4 | 0 | D | BB | 36 | 48 |
| Octal | 217 | 325 | 336 | 44 | 4 | 0 | 15 | 273 | 66 | 110 |
| Binary | 10001111 | 11010101 | 11011110 | 100100 | 100 | 0 | 1101 | 10111011 | 110110 | 1001000 |
Color Harmonies of #8FD5DE
Complementary color
Monochromatic Colors of #8FD5DE
Black with #8FD5DE
Text Example
Text Example
White with #8FD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD5DE; }
p { color: rgb(143,213,222); }
H1.HeaderClassName
{
color: #8FD5DE;
}
.AnyTagClassName
{
color: #8FD5DE;
}
</style>
background-color css
<style>
a { background-color: #8FD5DE; }
a { background-color: rgb(143,213,222); }
div.DivClassName
{
background-color: #8FD5DE;
}
.BgClassName
{
background-color: #8FD5DE;
}
</style>
border-color css
<style>
span { border-color: #8FD5DE; }
span { border-color: rgb(143,213,222); }
td.TdClassName
{
border-color: #8FD5DE;
}
.TagClassName
{
border-color: #8FD5DE;
}
</style>