Shades of Spray #8CCDDD
Tints of Spray #8CCDDD
RGB
CMYK
RGB Variations
Color information
#8CCDDD (or 0x8CCDDD) is known color: Spray. HEX triplet: 8C, CD and DD. RGB value is (140,205,221). Sum of RGB (Red+Green+Blue) = 140+205+221=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDDD is #733222. Grayscale: #BBBBBB. Windows color (decimal): -7549475 or 14536076. OLE color: 14536076.
HSL color Cylindrical-coordinate representation of color #8CCDDD: hue angle of 191.85º degrees, saturation: 0.54, 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 #8CCDDD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 205 | 221 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.13 |
| HSL | 191.85º | 0.54% | 0.71% | - |
| HSV(B) | 191.85º | 0.37% | 0.87% | - |
| XYZ | 45.7 | 54.46 | 76.51 | - |
| YUV | 187.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 221 | 0.37 | 0.07 | 0 | 0.13 | 191.85 | 0.54 | 0.71 |
| Hex | 8C | CD | DD | 25 | 7 | 0 | D | C0 | 36 | 47 |
| Octal | 214 | 315 | 335 | 45 | 7 | 0 | 15 | 300 | 66 | 107 |
| Binary | 10001100 | 11001101 | 11011101 | 100101 | 111 | 0 | 1101 | 11000000 | 110110 | 1000111 |
Color Harmonies of #8CCDDD
Complementary color
Monochromatic Colors of #8CCDDD
Black with #8CCDDD
Text Example
Text Example
White with #8CCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDDD; }
p { color: rgb(140,205,221); }
H1.HeaderClassName
{
color: #8CCDDD;
}
.AnyTagClassName
{
color: #8CCDDD;
}
</style>
background-color css
<style>
a { background-color: #8CCDDD; }
a { background-color: rgb(140,205,221); }
div.DivClassName
{
background-color: #8CCDDD;
}
.BgClassName
{
background-color: #8CCDDD;
}
</style>
border-color css
<style>
span { border-color: #8CCDDD; }
span { border-color: rgb(140,205,221); }
td.TdClassName
{
border-color: #8CCDDD;
}
.TagClassName
{
border-color: #8CCDDD;
}
</style>