Shades of Spray #8CDDE0
Tints of Spray #8CDDE0
RGB
CMYK
RGB Variations
Color information
#8CDDE0 (or 0x8CDDE0) is known color: Spray. HEX triplet: 8C, DD and E0. RGB value is (140,221,224). Sum of RGB (Red+Green+Blue) = 140+221+224=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #8CDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDE0 is #73221F. Grayscale: #C5C5C5. Windows color (decimal): -7545376 or 14736780. OLE color: 14736780.
HSL color Cylindrical-coordinate representation of color #8CDDE0: hue angle of 182.14º 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 #8CDDE0 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 221 | 224 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.12 |
| HSL | 182.14º | 0.58% | 0.71% | - |
| HSV(B) | 182.14º | 0.38% | 0.88% | - |
| XYZ | 50.13 | 62.67 | 79.98 | - |
| YUV | 197.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 224 | 0.38 | 0.01 | 0 | 0.12 | 182.14 | 0.58 | 0.71 |
| Hex | 8C | DD | E0 | 26 | 1 | 0 | C | B6 | 3A | 47 |
| Octal | 214 | 335 | 340 | 46 | 1 | 0 | 14 | 266 | 72 | 107 |
| Binary | 10001100 | 11011101 | 11100000 | 100110 | 1 | 0 | 1100 | 10110110 | 111010 | 1000111 |
Color Harmonies of #8CDDE0
Complementary color
Monochromatic Colors of #8CDDE0
Black with #8CDDE0
Text Example
Text Example
White with #8CDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDE0; }
p { color: rgb(140,221,224); }
H1.HeaderClassName
{
color: #8CDDE0;
}
.AnyTagClassName
{
color: #8CDDE0;
}
</style>
background-color css
<style>
a { background-color: #8CDDE0; }
a { background-color: rgb(140,221,224); }
div.DivClassName
{
background-color: #8CDDE0;
}
.BgClassName
{
background-color: #8CDDE0;
}
</style>
border-color css
<style>
span { border-color: #8CDDE0; }
span { border-color: rgb(140,221,224); }
td.TdClassName
{
border-color: #8CDDE0;
}
.TagClassName
{
border-color: #8CDDE0;
}
</style>