Shades of Spray #8FCFDA
Tints of Spray #8FCFDA
RGB
CMYK
RGB Variations
Color information
#8FCFDA (or 0x8FCFDA) is known color: Spray. HEX triplet: 8F, CF and DA. RGB value is (143,207,218). Sum of RGB (Red+Green+Blue) = 143+207+218=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFDA is #703025. Grayscale: #BDBDBD. Windows color (decimal): -7352358 or 14339983. OLE color: 14339983.
HSL color Cylindrical-coordinate representation of color #8FCFDA: hue angle of 188.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCFDA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 207 | 218 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.15 |
| HSL | 188.8º | 0.5% | 0.71% | - |
| HSV(B) | 188.8º | 0.34% | 0.85% | - |
| XYZ | 46.3 | 55.53 | 74.61 | - |
| YUV | 189.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 218 | 0.34 | 0.05 | 0 | 0.15 | 188.8 | 0.5 | 0.71 |
| Hex | 8F | CF | DA | 22 | 5 | 0 | F | BD | 32 | 47 |
| Octal | 217 | 317 | 332 | 42 | 5 | 0 | 17 | 275 | 62 | 107 |
| Binary | 10001111 | 11001111 | 11011010 | 100010 | 101 | 0 | 1111 | 10111101 | 110010 | 1000111 |
Color Harmonies of #8FCFDA
Complementary color
Monochromatic Colors of #8FCFDA
Black with #8FCFDA
Text Example
Text Example
White with #8FCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFDA; }
p { color: rgb(143,207,218); }
H1.HeaderClassName
{
color: #8FCFDA;
}
.AnyTagClassName
{
color: #8FCFDA;
}
</style>
background-color css
<style>
a { background-color: #8FCFDA; }
a { background-color: rgb(143,207,218); }
div.DivClassName
{
background-color: #8FCFDA;
}
.BgClassName
{
background-color: #8FCFDA;
}
</style>
border-color css
<style>
span { border-color: #8FCFDA; }
span { border-color: rgb(143,207,218); }
td.TdClassName
{
border-color: #8FCFDA;
}
.TagClassName
{
border-color: #8FCFDA;
}
</style>