Shades of Spray #8CCCDD
Tints of Spray #8CCCDD
RGB
CMYK
RGB Variations
Color information
#8CCCDD (or 0x8CCCDD) is known color: Spray. HEX triplet: 8C, CC and DD. RGB value is (140,204,221). Sum of RGB (Red+Green+Blue) = 140+204+221=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCDD is #733322. Grayscale: #BABABA. Windows color (decimal): -7549731 or 14535820. OLE color: 14535820.
HSL color Cylindrical-coordinate representation of color #8CCCDD: hue angle of 192.59º 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 #8CCCDD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 204 | 221 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.13 |
| HSL | 192.59º | 0.54% | 0.71% | - |
| HSV(B) | 192.59º | 0.37% | 0.87% | - |
| XYZ | 45.46 | 53.98 | 76.43 | - |
| YUV | 186.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 221 | 0.37 | 0.08 | 0 | 0.13 | 192.59 | 0.54 | 0.71 |
| Hex | 8C | CC | DD | 25 | 8 | 0 | D | C1 | 36 | 47 |
| Octal | 214 | 314 | 335 | 45 | 10 | 0 | 15 | 301 | 66 | 107 |
| Binary | 10001100 | 11001100 | 11011101 | 100101 | 1000 | 0 | 1101 | 11000001 | 110110 | 1000111 |
Color Harmonies of #8CCCDD
Complementary color
Monochromatic Colors of #8CCCDD
Black with #8CCCDD
Text Example
Text Example
White with #8CCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCDD; }
p { color: rgb(140,204,221); }
H1.HeaderClassName
{
color: #8CCCDD;
}
.AnyTagClassName
{
color: #8CCCDD;
}
</style>
background-color css
<style>
a { background-color: #8CCCDD; }
a { background-color: rgb(140,204,221); }
div.DivClassName
{
background-color: #8CCCDD;
}
.BgClassName
{
background-color: #8CCCDD;
}
</style>
border-color css
<style>
span { border-color: #8CCCDD; }
span { border-color: rgb(140,204,221); }
td.TdClassName
{
border-color: #8CCCDD;
}
.TagClassName
{
border-color: #8CCCDD;
}
</style>