Shades of Spray #8ADAE2
Tints of Spray #8ADAE2
RGB
CMYK
RGB Variations
Color information
#8ADAE2 (or 0x8ADAE2) is known color: Spray. HEX triplet: 8A, DA and E2. RGB value is (138,218,226). Sum of RGB (Red+Green+Blue) = 138+218+226=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #8ADAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAE2 is #75251D. Grayscale: #C2C2C2. Windows color (decimal): -7677214 or 14867082. OLE color: 14867082.
HSL color Cylindrical-coordinate representation of color #8ADAE2: hue angle of 185.45º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ADAE2 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 218 | 226 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.11 |
| HSL | 185.45º | 0.6% | 0.71% | - |
| HSV(B) | 185.45º | 0.39% | 0.89% | - |
| XYZ | 49.28 | 61.04 | 81.14 | - |
| YUV | 194.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 226 | 0.39 | 0.04 | 0 | 0.11 | 185.45 | 0.6 | 0.71 |
| Hex | 8A | DA | E2 | 27 | 4 | 0 | B | B9 | 3C | 47 |
| Octal | 212 | 332 | 342 | 47 | 4 | 0 | 13 | 271 | 74 | 107 |
| Binary | 10001010 | 11011010 | 11100010 | 100111 | 100 | 0 | 1011 | 10111001 | 111100 | 1000111 |
Color Harmonies of #8ADAE2
Complementary color
Monochromatic Colors of #8ADAE2
Black with #8ADAE2
Text Example
Text Example
White with #8ADAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAE2; }
p { color: rgb(138,218,226); }
H1.HeaderClassName
{
color: #8ADAE2;
}
.AnyTagClassName
{
color: #8ADAE2;
}
</style>
background-color css
<style>
a { background-color: #8ADAE2; }
a { background-color: rgb(138,218,226); }
div.DivClassName
{
background-color: #8ADAE2;
}
.BgClassName
{
background-color: #8ADAE2;
}
</style>
border-color css
<style>
span { border-color: #8ADAE2; }
span { border-color: rgb(138,218,226); }
td.TdClassName
{
border-color: #8ADAE2;
}
.TagClassName
{
border-color: #8ADAE2;
}
</style>