Shades of Spray #8CDCDF
Tints of Spray #8CDCDF
RGB
CMYK
RGB Variations
Color information
#8CDCDF (or 0x8CDCDF) is known color: Spray. HEX triplet: 8C, DC and DF. RGB value is (140,220,223). Sum of RGB (Red+Green+Blue) = 140+220+223=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCDF is #732320. Grayscale: #C4C4C4. Windows color (decimal): -7545633 or 14670988. OLE color: 14670988.
HSL color Cylindrical-coordinate representation of color #8CDCDF: hue angle of 182.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDCDF is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 220 | 223 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.13 |
| HSL | 182.17º | 0.56% | 0.71% | - |
| HSV(B) | 182.17º | 0.37% | 0.87% | - |
| XYZ | 49.73 | 62.09 | 79.18 | - |
| YUV | 196.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 223 | 0.37 | 0.01 | 0 | 0.13 | 182.17 | 0.56 | 0.71 |
| Hex | 8C | DC | DF | 25 | 1 | 0 | D | B6 | 38 | 47 |
| Octal | 214 | 334 | 337 | 45 | 1 | 0 | 15 | 266 | 70 | 107 |
| Binary | 10001100 | 11011100 | 11011111 | 100101 | 1 | 0 | 1101 | 10110110 | 111000 | 1000111 |
Color Harmonies of #8CDCDF
Complementary color
Monochromatic Colors of #8CDCDF
Black with #8CDCDF
Text Example
Text Example
White with #8CDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCDF; }
p { color: rgb(140,220,223); }
H1.HeaderClassName
{
color: #8CDCDF;
}
.AnyTagClassName
{
color: #8CDCDF;
}
</style>
background-color css
<style>
a { background-color: #8CDCDF; }
a { background-color: rgb(140,220,223); }
div.DivClassName
{
background-color: #8CDCDF;
}
.BgClassName
{
background-color: #8CDCDF;
}
</style>
border-color css
<style>
span { border-color: #8CDCDF; }
span { border-color: rgb(140,220,223); }
td.TdClassName
{
border-color: #8CDCDF;
}
.TagClassName
{
border-color: #8CDCDF;
}
</style>