Shades of Spray #8DC2CF
Tints of Spray #8DC2CF
RGB
CMYK
RGB Variations
Color information
#8DC2CF (or 0x8DC2CF) is known color: Spray. HEX triplet: 8D, C2 and CF. RGB value is (141,194,207). Sum of RGB (Red+Green+Blue) = 141+194+207=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC2CF is #723D30. Grayscale: #B3B3B3. Windows color (decimal): -7486769 or 13615757. OLE color: 13615757.
HSL color Cylindrical-coordinate representation of color #8DC2CF: hue angle of 191.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC2CF is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 194 | 207 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.19 |
| HSL | 191.82º | 0.41% | 0.68% | - |
| HSV(B) | 191.82º | 0.32% | 0.81% | - |
| XYZ | 41.54 | 48.75 | 66.25 | - |
| YUV | 179.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 207 | 0.32 | 0.06 | 0 | 0.19 | 191.82 | 0.41 | 0.68 |
| Hex | 8D | C2 | CF | 20 | 6 | 0 | 13 | C0 | 29 | 44 |
| Octal | 215 | 302 | 317 | 40 | 6 | 0 | 23 | 300 | 51 | 104 |
| Binary | 10001101 | 11000010 | 11001111 | 100000 | 110 | 0 | 10011 | 11000000 | 101001 | 1000100 |
Color Harmonies of #8DC2CF
Complementary color
Monochromatic Colors of #8DC2CF
Black with #8DC2CF
Text Example
Text Example
White with #8DC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC2CF; }
p { color: rgb(141,194,207); }
H1.HeaderClassName
{
color: #8DC2CF;
}
.AnyTagClassName
{
color: #8DC2CF;
}
</style>
background-color css
<style>
a { background-color: #8DC2CF; }
a { background-color: rgb(141,194,207); }
div.DivClassName
{
background-color: #8DC2CF;
}
.BgClassName
{
background-color: #8DC2CF;
}
</style>
border-color css
<style>
span { border-color: #8DC2CF; }
span { border-color: rgb(141,194,207); }
td.TdClassName
{
border-color: #8DC2CF;
}
.TagClassName
{
border-color: #8DC2CF;
}
</style>