Shades of Spray #8DCEDD
Tints of Spray #8DCEDD
RGB
CMYK
RGB Variations
Color information
#8DCEDD (or 0x8DCEDD) is known color: Spray. HEX triplet: 8D, CE and DD. RGB value is (141,206,221). Sum of RGB (Red+Green+Blue) = 141+206+221=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEDD is #723122. Grayscale: #BCBCBC. Windows color (decimal): -7483683 or 14536333. OLE color: 14536333.
HSL color Cylindrical-coordinate representation of color #8DCEDD: hue angle of 191.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCEDD is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 206 | 221 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.13 |
| HSL | 191.25º | 0.54% | 0.71% | - |
| HSV(B) | 191.25º | 0.36% | 0.87% | - |
| XYZ | 46.11 | 55.03 | 76.6 | - |
| YUV | 188.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 221 | 0.36 | 0.07 | 0 | 0.13 | 191.25 | 0.54 | 0.71 |
| Hex | 8D | CE | DD | 24 | 7 | 0 | D | BF | 36 | 47 |
| Octal | 215 | 316 | 335 | 44 | 7 | 0 | 15 | 277 | 66 | 107 |
| Binary | 10001101 | 11001110 | 11011101 | 100100 | 111 | 0 | 1101 | 10111111 | 110110 | 1000111 |
Color Harmonies of #8DCEDD
Complementary color
Monochromatic Colors of #8DCEDD
Black with #8DCEDD
Text Example
Text Example
White with #8DCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEDD; }
p { color: rgb(141,206,221); }
H1.HeaderClassName
{
color: #8DCEDD;
}
.AnyTagClassName
{
color: #8DCEDD;
}
</style>
background-color css
<style>
a { background-color: #8DCEDD; }
a { background-color: rgb(141,206,221); }
div.DivClassName
{
background-color: #8DCEDD;
}
.BgClassName
{
background-color: #8DCEDD;
}
</style>
border-color css
<style>
span { border-color: #8DCEDD; }
span { border-color: rgb(141,206,221); }
td.TdClassName
{
border-color: #8DCEDD;
}
.TagClassName
{
border-color: #8DCEDD;
}
</style>