Shades of Spray #8ADDDF
Tints of Spray #8ADDDF
RGB
CMYK
RGB Variations
Color information
#8ADDDF (or 0x8ADDDF) is known color: Spray. HEX triplet: 8A, DD and DF. RGB value is (138,221,223). Sum of RGB (Red+Green+Blue) = 138+221+223=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ADDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDDF is #752220. Grayscale: #C4C4C4. Windows color (decimal): -7676449 or 14671242. OLE color: 14671242.
HSL color Cylindrical-coordinate representation of color #8ADDDF: hue angle of 181.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDDF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 223 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.13 |
| HSL | 181.41º | 0.57% | 0.71% | - |
| HSV(B) | 181.41º | 0.38% | 0.87% | - |
| XYZ | 49.66 | 62.44 | 79.25 | - |
| YUV | 196.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 223 | 0.38 | 0.01 | 0 | 0.13 | 181.41 | 0.57 | 0.71 |
| Hex | 8A | DD | DF | 26 | 1 | 0 | D | B5 | 39 | 47 |
| Octal | 212 | 335 | 337 | 46 | 1 | 0 | 15 | 265 | 71 | 107 |
| Binary | 10001010 | 11011101 | 11011111 | 100110 | 1 | 0 | 1101 | 10110101 | 111001 | 1000111 |
Color Harmonies of #8ADDDF
Complementary color
Monochromatic Colors of #8ADDDF
Black with #8ADDDF
Text Example
Text Example
White with #8ADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDDF; }
p { color: rgb(138,221,223); }
H1.HeaderClassName
{
color: #8ADDDF;
}
.AnyTagClassName
{
color: #8ADDDF;
}
</style>
background-color css
<style>
a { background-color: #8ADDDF; }
a { background-color: rgb(138,221,223); }
div.DivClassName
{
background-color: #8ADDDF;
}
.BgClassName
{
background-color: #8ADDDF;
}
</style>
border-color css
<style>
span { border-color: #8ADDDF; }
span { border-color: rgb(138,221,223); }
td.TdClassName
{
border-color: #8ADDDF;
}
.TagClassName
{
border-color: #8ADDDF;
}
</style>