Shades of Spray #8CCDDB
Tints of Spray #8CCDDB
RGB
CMYK
RGB Variations
Color information
#8CCDDB (or 0x8CCDDB) is known color: Spray. HEX triplet: 8C, CD and DB. RGB value is (140,205,219). Sum of RGB (Red+Green+Blue) = 140+205+219=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDDB is #733224. Grayscale: #BBBBBB. Windows color (decimal): -7549477 or 14405004. OLE color: 14405004.
HSL color Cylindrical-coordinate representation of color #8CCDDB: hue angle of 190.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCDDB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 205 | 219 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.14 |
| HSL | 190.63º | 0.52% | 0.7% | - |
| HSV(B) | 190.63º | 0.36% | 0.86% | - |
| XYZ | 45.43 | 54.35 | 75.11 | - |
| YUV | 187.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 219 | 0.36 | 0.06 | 0 | 0.14 | 190.63 | 0.52 | 0.7 |
| Hex | 8C | CD | DB | 24 | 6 | 0 | E | BF | 34 | 46 |
| Octal | 214 | 315 | 333 | 44 | 6 | 0 | 16 | 277 | 64 | 106 |
| Binary | 10001100 | 11001101 | 11011011 | 100100 | 110 | 0 | 1110 | 10111111 | 110100 | 1000110 |
Color Harmonies of #8CCDDB
Complementary color
Monochromatic Colors of #8CCDDB
Black with #8CCDDB
Text Example
Text Example
White with #8CCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDDB; }
p { color: rgb(140,205,219); }
H1.HeaderClassName
{
color: #8CCDDB;
}
.AnyTagClassName
{
color: #8CCDDB;
}
</style>
background-color css
<style>
a { background-color: #8CCDDB; }
a { background-color: rgb(140,205,219); }
div.DivClassName
{
background-color: #8CCDDB;
}
.BgClassName
{
background-color: #8CCDDB;
}
</style>
border-color css
<style>
span { border-color: #8CCDDB; }
span { border-color: rgb(140,205,219); }
td.TdClassName
{
border-color: #8CCDDB;
}
.TagClassName
{
border-color: #8CCDDB;
}
</style>