Shades of Spray #8CD2D8
Tints of Spray #8CD2D8
RGB
CMYK
RGB Variations
Color information
#8CD2D8 (or 0x8CD2D8) is known color: Spray. HEX triplet: 8C, D2 and D8. RGB value is (140,210,216). Sum of RGB (Red+Green+Blue) = 140+210+216=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #8CD2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD2D8 is #732D27. Grayscale: #BDBDBD. Windows color (decimal): -7548200 or 14209676. OLE color: 14209676.
HSL color Cylindrical-coordinate representation of color #8CD2D8: hue angle of 184.74º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD2D8 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 210 | 216 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.15 |
| HSL | 184.74º | 0.49% | 0.7% | - |
| HSV(B) | 184.74º | 0.35% | 0.85% | - |
| XYZ | 46.26 | 56.63 | 73.46 | - |
| YUV | 189.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 216 | 0.35 | 0.03 | 0 | 0.15 | 184.74 | 0.49 | 0.7 |
| Hex | 8C | D2 | D8 | 23 | 3 | 0 | F | B9 | 31 | 46 |
| Octal | 214 | 322 | 330 | 43 | 3 | 0 | 17 | 271 | 61 | 106 |
| Binary | 10001100 | 11010010 | 11011000 | 100011 | 11 | 0 | 1111 | 10111001 | 110001 | 1000110 |
Color Harmonies of #8CD2D8
Complementary color
Monochromatic Colors of #8CD2D8
Black with #8CD2D8
Text Example
Text Example
White with #8CD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD2D8; }
p { color: rgb(140,210,216); }
H1.HeaderClassName
{
color: #8CD2D8;
}
.AnyTagClassName
{
color: #8CD2D8;
}
</style>
background-color css
<style>
a { background-color: #8CD2D8; }
a { background-color: rgb(140,210,216); }
div.DivClassName
{
background-color: #8CD2D8;
}
.BgClassName
{
background-color: #8CD2D8;
}
</style>
border-color css
<style>
span { border-color: #8CD2D8; }
span { border-color: rgb(140,210,216); }
td.TdClassName
{
border-color: #8CD2D8;
}
.TagClassName
{
border-color: #8CD2D8;
}
</style>