Shades of Spray #8FD2DD
Tints of Spray #8FD2DD
RGB
CMYK
RGB Variations
Color information
#8FD2DD (or 0x8FD2DD) is known color: Spray. HEX triplet: 8F, D2 and DD. RGB value is (143,210,221). Sum of RGB (Red+Green+Blue) = 143+210+221=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FD2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD2DD is #702D22. Grayscale: #BFBFBF. Windows color (decimal): -7351587 or 14537359. OLE color: 14537359.
HSL color Cylindrical-coordinate representation of color #8FD2DD: hue angle of 188.46º 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 #8FD2DD is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 210 | 221 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.13 |
| HSL | 188.46º | 0.53% | 0.71% | - |
| HSV(B) | 188.46º | 0.35% | 0.87% | - |
| XYZ | 47.43 | 57.15 | 76.94 | - |
| YUV | 191.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 221 | 0.35 | 0.05 | 0 | 0.13 | 188.46 | 0.53 | 0.71 |
| Hex | 8F | D2 | DD | 23 | 5 | 0 | D | BC | 35 | 47 |
| Octal | 217 | 322 | 335 | 43 | 5 | 0 | 15 | 274 | 65 | 107 |
| Binary | 10001111 | 11010010 | 11011101 | 100011 | 101 | 0 | 1101 | 10111100 | 110101 | 1000111 |
Color Harmonies of #8FD2DD
Complementary color
Monochromatic Colors of #8FD2DD
Black with #8FD2DD
Text Example
Text Example
White with #8FD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2DD; }
p { color: rgb(143,210,221); }
H1.HeaderClassName
{
color: #8FD2DD;
}
.AnyTagClassName
{
color: #8FD2DD;
}
</style>
background-color css
<style>
a { background-color: #8FD2DD; }
a { background-color: rgb(143,210,221); }
div.DivClassName
{
background-color: #8FD2DD;
}
.BgClassName
{
background-color: #8FD2DD;
}
</style>
border-color css
<style>
span { border-color: #8FD2DD; }
span { border-color: rgb(143,210,221); }
td.TdClassName
{
border-color: #8FD2DD;
}
.TagClassName
{
border-color: #8FD2DD;
}
</style>