Shades of Spray #8AD9E2
Tints of Spray #8AD9E2
RGB
CMYK
RGB Variations
Color information
#8AD9E2 (or 0x8AD9E2) is known color: Spray. HEX triplet: 8A, D9 and E2. RGB value is (138,217,226). Sum of RGB (Red+Green+Blue) = 138+217+226=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #8AD9E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9E2 is #75261D. Grayscale: #C2C2C2. Windows color (decimal): -7677470 or 14866826. OLE color: 14866826.
HSL color Cylindrical-coordinate representation of color #8AD9E2: hue angle of 186.14º 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 #8AD9E2 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 217 | 226 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.11 |
| HSL | 186.14º | 0.6% | 0.71% | - |
| HSV(B) | 186.14º | 0.39% | 0.89% | - |
| XYZ | 49.02 | 60.52 | 81.05 | - |
| YUV | 194.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 226 | 0.39 | 0.04 | 0 | 0.11 | 186.14 | 0.6 | 0.71 |
| Hex | 8A | D9 | E2 | 27 | 4 | 0 | B | BA | 3C | 47 |
| Octal | 212 | 331 | 342 | 47 | 4 | 0 | 13 | 272 | 74 | 107 |
| Binary | 10001010 | 11011001 | 11100010 | 100111 | 100 | 0 | 1011 | 10111010 | 111100 | 1000111 |
Color Harmonies of #8AD9E2
Complementary color
Monochromatic Colors of #8AD9E2
Black with #8AD9E2
Text Example
Text Example
White with #8AD9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD9E2; }
p { color: rgb(138,217,226); }
H1.HeaderClassName
{
color: #8AD9E2;
}
.AnyTagClassName
{
color: #8AD9E2;
}
</style>
background-color css
<style>
a { background-color: #8AD9E2; }
a { background-color: rgb(138,217,226); }
div.DivClassName
{
background-color: #8AD9E2;
}
.BgClassName
{
background-color: #8AD9E2;
}
</style>
border-color css
<style>
span { border-color: #8AD9E2; }
span { border-color: rgb(138,217,226); }
td.TdClassName
{
border-color: #8AD9E2;
}
.TagClassName
{
border-color: #8AD9E2;
}
</style>