Shades of Spray #8CDADD
Tints of Spray #8CDADD
RGB
CMYK
RGB Variations
Color information
#8CDADD (or 0x8CDADD) is known color: Spray. HEX triplet: 8C, DA and DD. RGB value is (140,218,221). Sum of RGB (Red+Green+Blue) = 140+218+221=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDADD is #732522. Grayscale: #C2C2C2. Windows color (decimal): -7546147 or 14539404. OLE color: 14539404.
HSL color Cylindrical-coordinate representation of color #8CDADD: hue angle of 182.22º degrees, saturation: 0.54, 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 #8CDADD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 218 | 221 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.13 |
| HSL | 182.22º | 0.54% | 0.71% | - |
| HSV(B) | 182.22º | 0.37% | 0.87% | - |
| XYZ | 48.94 | 60.94 | 77.59 | - |
| YUV | 195.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 221 | 0.37 | 0.01 | 0 | 0.13 | 182.22 | 0.54 | 0.71 |
| Hex | 8C | DA | DD | 25 | 1 | 0 | D | B6 | 36 | 47 |
| Octal | 214 | 332 | 335 | 45 | 1 | 0 | 15 | 266 | 66 | 107 |
| Binary | 10001100 | 11011010 | 11011101 | 100101 | 1 | 0 | 1101 | 10110110 | 110110 | 1000111 |
Color Harmonies of #8CDADD
Complementary color
Monochromatic Colors of #8CDADD
Black with #8CDADD
Text Example
Text Example
White with #8CDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDADD; }
p { color: rgb(140,218,221); }
H1.HeaderClassName
{
color: #8CDADD;
}
.AnyTagClassName
{
color: #8CDADD;
}
</style>
background-color css
<style>
a { background-color: #8CDADD; }
a { background-color: rgb(140,218,221); }
div.DivClassName
{
background-color: #8CDADD;
}
.BgClassName
{
background-color: #8CDADD;
}
</style>
border-color css
<style>
span { border-color: #8CDADD; }
span { border-color: rgb(140,218,221); }
td.TdClassName
{
border-color: #8CDADD;
}
.TagClassName
{
border-color: #8CDADD;
}
</style>