Shades of Spray #8CC3D1
Tints of Spray #8CC3D1
RGB
CMYK
RGB Variations
Color information
#8CC3D1 (or 0x8CC3D1) is known color: Spray. HEX triplet: 8C, C3 and D1. RGB value is (140,195,209). Sum of RGB (Red+Green+Blue) = 140+195+209=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #8CC3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC3D1 is #733C2E. Grayscale: #B4B4B4. Windows color (decimal): -7552047 or 13747084. OLE color: 13747084.
HSL color Cylindrical-coordinate representation of color #8CC3D1: hue angle of 192.17º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CC3D1 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 195 | 209 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.18 |
| HSL | 192.17º | 0.43% | 0.68% | - |
| HSV(B) | 192.17º | 0.33% | 0.82% | - |
| XYZ | 41.84 | 49.21 | 67.61 | - |
| YUV | 180.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 209 | 0.33 | 0.07 | 0 | 0.18 | 192.17 | 0.43 | 0.68 |
| Hex | 8C | C3 | D1 | 21 | 7 | 0 | 12 | C0 | 2B | 44 |
| Octal | 214 | 303 | 321 | 41 | 7 | 0 | 22 | 300 | 53 | 104 |
| Binary | 10001100 | 11000011 | 11010001 | 100001 | 111 | 0 | 10010 | 11000000 | 101011 | 1000100 |
Color Harmonies of #8CC3D1
Complementary color
Monochromatic Colors of #8CC3D1
Black with #8CC3D1
Text Example
Text Example
White with #8CC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC3D1; }
p { color: rgb(140,195,209); }
H1.HeaderClassName
{
color: #8CC3D1;
}
.AnyTagClassName
{
color: #8CC3D1;
}
</style>
background-color css
<style>
a { background-color: #8CC3D1; }
a { background-color: rgb(140,195,209); }
div.DivClassName
{
background-color: #8CC3D1;
}
.BgClassName
{
background-color: #8CC3D1;
}
</style>
border-color css
<style>
span { border-color: #8CC3D1; }
span { border-color: rgb(140,195,209); }
td.TdClassName
{
border-color: #8CC3D1;
}
.TagClassName
{
border-color: #8CC3D1;
}
</style>