Shades of Spray #8DC1CE
Tints of Spray #8DC1CE
RGB
CMYK
RGB Variations
Color information
#8DC1CE (or 0x8DC1CE) is known color: Spray. HEX triplet: 8D, C1 and CE. RGB value is (141,193,206). Sum of RGB (Red+Green+Blue) = 141+193+206=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC1CE is #723E31. Grayscale: #B2B2B2. Windows color (decimal): -7487026 or 13549965. OLE color: 13549965.
HSL color Cylindrical-coordinate representation of color #8DC1CE: hue angle of 192º degrees, saturation: 0.4, 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 #8DC1CE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 193 | 206 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.19 |
| HSL | 192º | 0.4% | 0.68% | - |
| HSV(B) | 192º | 0.32% | 0.81% | - |
| XYZ | 41.2 | 48.26 | 65.54 | - |
| YUV | 178.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 206 | 0.32 | 0.06 | 0 | 0.19 | 192 | 0.4 | 0.68 |
| Hex | 8D | C1 | CE | 20 | 6 | 0 | 13 | C0 | 28 | 44 |
| Octal | 215 | 301 | 316 | 40 | 6 | 0 | 23 | 300 | 50 | 104 |
| Binary | 10001101 | 11000001 | 11001110 | 100000 | 110 | 0 | 10011 | 11000000 | 101000 | 1000100 |
Color Harmonies of #8DC1CE
Complementary color
Monochromatic Colors of #8DC1CE
Black with #8DC1CE
Text Example
Text Example
White with #8DC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC1CE; }
p { color: rgb(141,193,206); }
H1.HeaderClassName
{
color: #8DC1CE;
}
.AnyTagClassName
{
color: #8DC1CE;
}
</style>
background-color css
<style>
a { background-color: #8DC1CE; }
a { background-color: rgb(141,193,206); }
div.DivClassName
{
background-color: #8DC1CE;
}
.BgClassName
{
background-color: #8DC1CE;
}
</style>
border-color css
<style>
span { border-color: #8DC1CE; }
span { border-color: rgb(141,193,206); }
td.TdClassName
{
border-color: #8DC1CE;
}
.TagClassName
{
border-color: #8DC1CE;
}
</style>