Shades of Spray #8DC3CE
Tints of Spray #8DC3CE
RGB
CMYK
RGB Variations
Color information
#8DC3CE (or 0x8DC3CE) is known color: Spray. HEX triplet: 8D, C3 and CE. RGB value is (141,195,206). Sum of RGB (Red+Green+Blue) = 141+195+206=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DC3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3CE is #723C31. Grayscale: #B4B4B4. Windows color (decimal): -7486514 or 13550477. OLE color: 13550477.
HSL color Cylindrical-coordinate representation of color #8DC3CE: hue angle of 190.15º 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 #8DC3CE is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 195 | 206 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.19 |
| HSL | 190.15º | 0.4% | 0.68% | - |
| HSV(B) | 190.15º | 0.32% | 0.81% | - |
| XYZ | 41.64 | 49.15 | 65.68 | - |
| YUV | 180.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 206 | 0.32 | 0.05 | 0 | 0.19 | 190.15 | 0.4 | 0.68 |
| Hex | 8D | C3 | CE | 20 | 5 | 0 | 13 | BE | 28 | 44 |
| Octal | 215 | 303 | 316 | 40 | 5 | 0 | 23 | 276 | 50 | 104 |
| Binary | 10001101 | 11000011 | 11001110 | 100000 | 101 | 0 | 10011 | 10111110 | 101000 | 1000100 |
Color Harmonies of #8DC3CE
Complementary color
Monochromatic Colors of #8DC3CE
Black with #8DC3CE
Text Example
Text Example
White with #8DC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC3CE; }
p { color: rgb(141,195,206); }
H1.HeaderClassName
{
color: #8DC3CE;
}
.AnyTagClassName
{
color: #8DC3CE;
}
</style>
background-color css
<style>
a { background-color: #8DC3CE; }
a { background-color: rgb(141,195,206); }
div.DivClassName
{
background-color: #8DC3CE;
}
.BgClassName
{
background-color: #8DC3CE;
}
</style>
border-color css
<style>
span { border-color: #8DC3CE; }
span { border-color: rgb(141,195,206); }
td.TdClassName
{
border-color: #8DC3CE;
}
.TagClassName
{
border-color: #8DC3CE;
}
</style>