Shades of Spray #8CDCE2
Tints of Spray #8CDCE2
RGB
CMYK
RGB Variations
Color information
#8CDCE2 (or 0x8CDCE2) is known color: Spray. HEX triplet: 8C, DC and E2. RGB value is (140,220,226). Sum of RGB (Red+Green+Blue) = 140+220+226=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCE2 is #73231D. Grayscale: #C4C4C4. Windows color (decimal): -7545630 or 14867596. OLE color: 14867596.
HSL color Cylindrical-coordinate representation of color #8CDCE2: hue angle of 184.19º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CDCE2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 220 | 226 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.11 |
| HSL | 184.19º | 0.6% | 0.72% | - |
| HSV(B) | 184.19º | 0.38% | 0.89% | - |
| XYZ | 50.14 | 62.25 | 81.33 | - |
| YUV | 196.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 226 | 0.38 | 0.03 | 0 | 0.11 | 184.19 | 0.6 | 0.72 |
| Hex | 8C | DC | E2 | 26 | 3 | 0 | B | B8 | 3C | 48 |
| Octal | 214 | 334 | 342 | 46 | 3 | 0 | 13 | 270 | 74 | 110 |
| Binary | 10001100 | 11011100 | 11100010 | 100110 | 11 | 0 | 1011 | 10111000 | 111100 | 1001000 |
Color Harmonies of #8CDCE2
Complementary color
Monochromatic Colors of #8CDCE2
Black with #8CDCE2
Text Example
Text Example
White with #8CDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDCE2; }
p { color: rgb(140,220,226); }
H1.HeaderClassName
{
color: #8CDCE2;
}
.AnyTagClassName
{
color: #8CDCE2;
}
</style>
background-color css
<style>
a { background-color: #8CDCE2; }
a { background-color: rgb(140,220,226); }
div.DivClassName
{
background-color: #8CDCE2;
}
.BgClassName
{
background-color: #8CDCE2;
}
</style>
border-color css
<style>
span { border-color: #8CDCE2; }
span { border-color: rgb(140,220,226); }
td.TdClassName
{
border-color: #8CDCE2;
}
.TagClassName
{
border-color: #8CDCE2;
}
</style>