Shades of Spray #8CCFDC
Tints of Spray #8CCFDC
RGB
CMYK
RGB Variations
Color information
#8CCFDC (or 0x8CCFDC) is known color: Spray. HEX triplet: 8C, CF and DC. RGB value is (140,207,220). Sum of RGB (Red+Green+Blue) = 140+207+220=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFDC is #733023. Grayscale: #BCBCBC. Windows color (decimal): -7548964 or 14471052. OLE color: 14471052.
HSL color Cylindrical-coordinate representation of color #8CCFDC: hue angle of 189.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CCFDC is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 207 | 220 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.14 |
| HSL | 189.75º | 0.53% | 0.71% | - |
| HSV(B) | 189.75º | 0.36% | 0.86% | - |
| XYZ | 46.05 | 55.37 | 75.97 | - |
| YUV | 188.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 220 | 0.36 | 0.06 | 0 | 0.14 | 189.75 | 0.53 | 0.71 |
| Hex | 8C | CF | DC | 24 | 6 | 0 | E | BE | 35 | 47 |
| Octal | 214 | 317 | 334 | 44 | 6 | 0 | 16 | 276 | 65 | 107 |
| Binary | 10001100 | 11001111 | 11011100 | 100100 | 110 | 0 | 1110 | 10111110 | 110101 | 1000111 |
Color Harmonies of #8CCFDC
Complementary color
Monochromatic Colors of #8CCFDC
Black with #8CCFDC
Text Example
Text Example
White with #8CCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFDC; }
p { color: rgb(140,207,220); }
H1.HeaderClassName
{
color: #8CCFDC;
}
.AnyTagClassName
{
color: #8CCFDC;
}
</style>
background-color css
<style>
a { background-color: #8CCFDC; }
a { background-color: rgb(140,207,220); }
div.DivClassName
{
background-color: #8CCFDC;
}
.BgClassName
{
background-color: #8CCFDC;
}
</style>
border-color css
<style>
span { border-color: #8CCFDC; }
span { border-color: rgb(140,207,220); }
td.TdClassName
{
border-color: #8CCFDC;
}
.TagClassName
{
border-color: #8CCFDC;
}
</style>