Shades of Spray #8DCFDB
Tints of Spray #8DCFDB
RGB
CMYK
RGB Variations
Color information
#8DCFDB (or 0x8DCFDB) is known color: Spray. HEX triplet: 8D, CF and DB. RGB value is (141,207,219). Sum of RGB (Red+Green+Blue) = 141+207+219=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFDB is #723024. Grayscale: #BCBCBC. Windows color (decimal): -7483429 or 14405517. OLE color: 14405517.
HSL color Cylindrical-coordinate representation of color #8DCFDB: hue angle of 189.23º degrees, saturation: 0.52, 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 #8DCFDB is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 207 | 219 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.14 |
| HSL | 189.23º | 0.52% | 0.71% | - |
| HSV(B) | 189.23º | 0.36% | 0.86% | - |
| XYZ | 46.08 | 55.4 | 75.28 | - |
| YUV | 188.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 219 | 0.36 | 0.05 | 0 | 0.14 | 189.23 | 0.52 | 0.71 |
| Hex | 8D | CF | DB | 24 | 5 | 0 | E | BD | 34 | 47 |
| Octal | 215 | 317 | 333 | 44 | 5 | 0 | 16 | 275 | 64 | 107 |
| Binary | 10001101 | 11001111 | 11011011 | 100100 | 101 | 0 | 1110 | 10111101 | 110100 | 1000111 |
Color Harmonies of #8DCFDB
Complementary color
Monochromatic Colors of #8DCFDB
Black with #8DCFDB
Text Example
Text Example
White with #8DCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFDB; }
p { color: rgb(141,207,219); }
H1.HeaderClassName
{
color: #8DCFDB;
}
.AnyTagClassName
{
color: #8DCFDB;
}
</style>
background-color css
<style>
a { background-color: #8DCFDB; }
a { background-color: rgb(141,207,219); }
div.DivClassName
{
background-color: #8DCFDB;
}
.BgClassName
{
background-color: #8DCFDB;
}
</style>
border-color css
<style>
span { border-color: #8DCFDB; }
span { border-color: rgb(141,207,219); }
td.TdClassName
{
border-color: #8DCFDB;
}
.TagClassName
{
border-color: #8DCFDB;
}
</style>