Shades of Spray #8CC2D1
Tints of Spray #8CC2D1
RGB
CMYK
RGB Variations
Color information
#8CC2D1 (or 0x8CC2D1) is known color: Spray. HEX triplet: 8C, C2 and D1. RGB value is (140,194,209). Sum of RGB (Red+Green+Blue) = 140+194+209=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #8CC2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2D1 is #733D2E. Grayscale: #B3B3B3. Windows color (decimal): -7552303 or 13746828. OLE color: 13746828.
HSL color Cylindrical-coordinate representation of color #8CC2D1: hue angle of 193.04º 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 #8CC2D1 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 194 | 209 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.18 |
| HSL | 193.04º | 0.43% | 0.68% | - |
| HSV(B) | 193.04º | 0.33% | 0.82% | - |
| XYZ | 41.62 | 48.76 | 67.54 | - |
| YUV | 179.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 209 | 0.33 | 0.07 | 0 | 0.18 | 193.04 | 0.43 | 0.68 |
| Hex | 8C | C2 | D1 | 21 | 7 | 0 | 12 | C1 | 2B | 44 |
| Octal | 214 | 302 | 321 | 41 | 7 | 0 | 22 | 301 | 53 | 104 |
| Binary | 10001100 | 11000010 | 11010001 | 100001 | 111 | 0 | 10010 | 11000001 | 101011 | 1000100 |
Color Harmonies of #8CC2D1
Complementary color
Monochromatic Colors of #8CC2D1
Black with #8CC2D1
Text Example
Text Example
White with #8CC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2D1; }
p { color: rgb(140,194,209); }
H1.HeaderClassName
{
color: #8CC2D1;
}
.AnyTagClassName
{
color: #8CC2D1;
}
</style>
background-color css
<style>
a { background-color: #8CC2D1; }
a { background-color: rgb(140,194,209); }
div.DivClassName
{
background-color: #8CC2D1;
}
.BgClassName
{
background-color: #8CC2D1;
}
</style>
border-color css
<style>
span { border-color: #8CC2D1; }
span { border-color: rgb(140,194,209); }
td.TdClassName
{
border-color: #8CC2D1;
}
.TagClassName
{
border-color: #8CC2D1;
}
</style>