Shades of Spray #8CDCE0
Tints of Spray #8CDCE0
RGB
CMYK
RGB Variations
Color information
#8CDCE0 (or 0x8CDCE0) is known color: Spray. HEX triplet: 8C, DC and E0. RGB value is (140,220,224). Sum of RGB (Red+Green+Blue) = 140+220+224=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCE0 is #73231F. Grayscale: #C4C4C4. Windows color (decimal): -7545632 or 14736524. OLE color: 14736524.
HSL color Cylindrical-coordinate representation of color #8CDCE0: hue angle of 182.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CDCE0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 220 | 224 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.12 |
| HSL | 182.86º | 0.58% | 0.71% | - |
| HSV(B) | 182.86º | 0.38% | 0.88% | - |
| XYZ | 49.86 | 62.14 | 79.89 | - |
| YUV | 196.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 224 | 0.38 | 0.02 | 0 | 0.12 | 182.86 | 0.58 | 0.71 |
| Hex | 8C | DC | E0 | 26 | 2 | 0 | C | B7 | 3A | 47 |
| Octal | 214 | 334 | 340 | 46 | 2 | 0 | 14 | 267 | 72 | 107 |
| Binary | 10001100 | 11011100 | 11100000 | 100110 | 10 | 0 | 1100 | 10110111 | 111010 | 1000111 |
Color Harmonies of #8CDCE0
Complementary color
Monochromatic Colors of #8CDCE0
Black with #8CDCE0
Text Example
Text Example
White with #8CDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCE0; }
p { color: rgb(140,220,224); }
H1.HeaderClassName
{
color: #8CDCE0;
}
.AnyTagClassName
{
color: #8CDCE0;
}
</style>
background-color css
<style>
a { background-color: #8CDCE0; }
a { background-color: rgb(140,220,224); }
div.DivClassName
{
background-color: #8CDCE0;
}
.BgClassName
{
background-color: #8CDCE0;
}
</style>
border-color css
<style>
span { border-color: #8CDCE0; }
span { border-color: rgb(140,220,224); }
td.TdClassName
{
border-color: #8CDCE0;
}
.TagClassName
{
border-color: #8CDCE0;
}
</style>