Shades of Spray #8ADEDD
Tints of Spray #8ADEDD
RGB
CMYK
RGB Variations
Color information
#8ADEDD (or 0x8ADEDD) is known color: Spray. HEX triplet: 8A, DE and DD. RGB value is (138,222,221). Sum of RGB (Red+Green+Blue) = 138+222+221=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEDD is #752122. Grayscale: #C4C4C4. Windows color (decimal): -7676195 or 14540426. OLE color: 14540426.
HSL color Cylindrical-coordinate representation of color #8ADEDD: hue angle of 179.29º degrees, saturation: 0.56, 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 #8ADEDD is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 221 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.13 |
| HSL | 179.29º | 0.56% | 0.71% | - |
| HSV(B) | 179.29º | 0.38% | 0.87% | - |
| XYZ | 49.65 | 62.87 | 77.92 | - |
| YUV | 196.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 221 | 0.38 | 0 | 0.00 | 0.13 | 179.29 | 0.56 | 0.71 |
| Hex | 8A | DE | DD | 26 | 0 | 0 | D | B3 | 38 | 47 |
| Octal | 212 | 336 | 335 | 46 | 0 | 0 | 15 | 263 | 70 | 107 |
| Binary | 10001010 | 11011110 | 11011101 | 100110 | 0 | 0 | 1101 | 10110011 | 111000 | 1000111 |
Color Harmonies of #8ADEDD
Complementary color
Monochromatic Colors of #8ADEDD
Black with #8ADEDD
Text Example
Text Example
White with #8ADEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEDD; }
p { color: rgb(138,222,221); }
H1.HeaderClassName
{
color: #8ADEDD;
}
.AnyTagClassName
{
color: #8ADEDD;
}
</style>
background-color css
<style>
a { background-color: #8ADEDD; }
a { background-color: rgb(138,222,221); }
div.DivClassName
{
background-color: #8ADEDD;
}
.BgClassName
{
background-color: #8ADEDD;
}
</style>
border-color css
<style>
span { border-color: #8ADEDD; }
span { border-color: rgb(138,222,221); }
td.TdClassName
{
border-color: #8ADEDD;
}
.TagClassName
{
border-color: #8ADEDD;
}
</style>