Shades of Spray #8ADDDD
Tints of Spray #8ADDDD
RGB
CMYK
RGB Variations
Color information
#8ADDDD (or 0x8ADDDD) is known color: Spray. HEX triplet: 8A, DD and DD. RGB value is (138,221,221). Sum of RGB (Red+Green+Blue) = 138+221+221=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #8ADDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDDD is #752222. Grayscale: #C4C4C4. Windows color (decimal): -7676451 or 14540170. OLE color: 14540170.
HSL color Cylindrical-coordinate representation of color #8ADDDD: hue angle of 180º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDDD is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 221 | - |
| CMYK | 0.38 | 0 | 0 | 0.13 |
| HSL | 180º | 0.55% | 0.7% | - |
| HSV(B) | 180º | 0.38% | 0.87% | - |
| XYZ | 49.39 | 62.34 | 77.84 | - |
| YUV | 196.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 221 | 0.38 | 0 | 0 | 0.13 | 180 | 0.55 | 0.7 |
| Hex | 8A | DD | DD | 26 | 0 | 0 | D | B4 | 37 | 46 |
| Octal | 212 | 335 | 335 | 46 | 0 | 0 | 15 | 264 | 67 | 106 |
| Binary | 10001010 | 11011101 | 11011101 | 100110 | 0 | 0 | 1101 | 10110100 | 110111 | 1000110 |
Color Harmonies of #8ADDDD
Complementary color
Monochromatic Colors of #8ADDDD
Black with #8ADDDD
Text Example
Text Example
White with #8ADDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDDD; }
p { color: rgb(138,221,221); }
H1.HeaderClassName
{
color: #8ADDDD;
}
.AnyTagClassName
{
color: #8ADDDD;
}
</style>
background-color css
<style>
a { background-color: #8ADDDD; }
a { background-color: rgb(138,221,221); }
div.DivClassName
{
background-color: #8ADDDD;
}
.BgClassName
{
background-color: #8ADDDD;
}
</style>
border-color css
<style>
span { border-color: #8ADDDD; }
span { border-color: rgb(138,221,221); }
td.TdClassName
{
border-color: #8ADDDD;
}
.TagClassName
{
border-color: #8ADDDD;
}
</style>