Shades of Spray #8CC1CE
Tints of Spray #8CC1CE
RGB
CMYK
RGB Variations
Color information
#8CC1CE (or 0x8CC1CE) is known color: Spray. HEX triplet: 8C, C1 and CE. RGB value is (140,193,206). Sum of RGB (Red+Green+Blue) = 140+193+206=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC1CE is #733E31. Grayscale: #B2B2B2. Windows color (decimal): -7552562 or 13549964. OLE color: 13549964.
HSL color Cylindrical-coordinate representation of color #8CC1CE: hue angle of 191.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CC1CE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 193 | 206 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.19 |
| HSL | 191.82º | 0.4% | 0.68% | - |
| HSV(B) | 191.82º | 0.32% | 0.81% | - |
| XYZ | 41.03 | 48.17 | 65.53 | - |
| YUV | 178.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 206 | 0.32 | 0.06 | 0 | 0.19 | 191.82 | 0.4 | 0.68 |
| Hex | 8C | C1 | CE | 20 | 6 | 0 | 13 | C0 | 28 | 44 |
| Octal | 214 | 301 | 316 | 40 | 6 | 0 | 23 | 300 | 50 | 104 |
| Binary | 10001100 | 11000001 | 11001110 | 100000 | 110 | 0 | 10011 | 11000000 | 101000 | 1000100 |
Color Harmonies of #8CC1CE
Complementary color
Monochromatic Colors of #8CC1CE
Black with #8CC1CE
Text Example
Text Example
White with #8CC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC1CE; }
p { color: rgb(140,193,206); }
H1.HeaderClassName
{
color: #8CC1CE;
}
.AnyTagClassName
{
color: #8CC1CE;
}
</style>
background-color css
<style>
a { background-color: #8CC1CE; }
a { background-color: rgb(140,193,206); }
div.DivClassName
{
background-color: #8CC1CE;
}
.BgClassName
{
background-color: #8CC1CE;
}
</style>
border-color css
<style>
span { border-color: #8CC1CE; }
span { border-color: rgb(140,193,206); }
td.TdClassName
{
border-color: #8CC1CE;
}
.TagClassName
{
border-color: #8CC1CE;
}
</style>