Shades of Spray #8CDDDF
Tints of Spray #8CDDDF
RGB
CMYK
RGB Variations
Color information
#8CDDDF (or 0x8CDDDF) is known color: Spray. HEX triplet: 8C, DD and DF. RGB value is (140,221,223). Sum of RGB (Red+Green+Blue) = 140+221+223=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDDF is #732220. Grayscale: #C4C4C4. Windows color (decimal): -7545377 or 14671244. OLE color: 14671244.
HSL color Cylindrical-coordinate representation of color #8CDDDF: hue angle of 181.45º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDDF is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 223 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.13 |
| HSL | 181.45º | 0.56% | 0.71% | - |
| HSV(B) | 181.45º | 0.37% | 0.87% | - |
| XYZ | 49.99 | 62.62 | 79.26 | - |
| YUV | 197.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 223 | 0.37 | 0.01 | 0 | 0.13 | 181.45 | 0.56 | 0.71 |
| Hex | 8C | DD | DF | 25 | 1 | 0 | D | B5 | 38 | 47 |
| Octal | 214 | 335 | 337 | 45 | 1 | 0 | 15 | 265 | 70 | 107 |
| Binary | 10001100 | 11011101 | 11011111 | 100101 | 1 | 0 | 1101 | 10110101 | 111000 | 1000111 |
Color Harmonies of #8CDDDF
Complementary color
Monochromatic Colors of #8CDDDF
Black with #8CDDDF
Text Example
Text Example
White with #8CDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDDF; }
p { color: rgb(140,221,223); }
H1.HeaderClassName
{
color: #8CDDDF;
}
.AnyTagClassName
{
color: #8CDDDF;
}
</style>
background-color css
<style>
a { background-color: #8CDDDF; }
a { background-color: rgb(140,221,223); }
div.DivClassName
{
background-color: #8CDDDF;
}
.BgClassName
{
background-color: #8CDDDF;
}
</style>
border-color css
<style>
span { border-color: #8CDDDF; }
span { border-color: rgb(140,221,223); }
td.TdClassName
{
border-color: #8CDDDF;
}
.TagClassName
{
border-color: #8CDDDF;
}
</style>