Shades of Spray #8ADDE3
Tints of Spray #8ADDE3
RGB
CMYK
RGB Variations
Color information
#8ADDE3 (or 0x8ADDE3) is known color: Spray. HEX triplet: 8A, DD and E3. RGB value is (138,221,227). Sum of RGB (Red+Green+Blue) = 138+221+227=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 227 - color contains mainly: blue. Hex color #8ADDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDE3 is #75221C. Grayscale: #C4C4C4. Windows color (decimal): -7676445 or 14933386. OLE color: 14933386.
HSL color Cylindrical-coordinate representation of color #8ADDE3: hue angle of 184.04º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ADDE3 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 221 | 227 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.11 |
| HSL | 184.04º | 0.61% | 0.72% | - |
| HSV(B) | 184.04º | 0.39% | 0.89% | - |
| XYZ | 50.2 | 62.66 | 82.12 | - |
| YUV | 196.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 227 | 0.39 | 0.03 | 0 | 0.11 | 184.04 | 0.61 | 0.72 |
| Hex | 8A | DD | E3 | 27 | 3 | 0 | B | B8 | 3D | 48 |
| Octal | 212 | 335 | 343 | 47 | 3 | 0 | 13 | 270 | 75 | 110 |
| Binary | 10001010 | 11011101 | 11100011 | 100111 | 11 | 0 | 1011 | 10111000 | 111101 | 1001000 |
Color Harmonies of #8ADDE3
Complementary color
Monochromatic Colors of #8ADDE3
Black with #8ADDE3
Text Example
Text Example
White with #8ADDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDE3; }
p { color: rgb(138,221,227); }
H1.HeaderClassName
{
color: #8ADDE3;
}
.AnyTagClassName
{
color: #8ADDE3;
}
</style>
background-color css
<style>
a { background-color: #8ADDE3; }
a { background-color: rgb(138,221,227); }
div.DivClassName
{
background-color: #8ADDE3;
}
.BgClassName
{
background-color: #8ADDE3;
}
</style>
border-color css
<style>
span { border-color: #8ADDE3; }
span { border-color: rgb(138,221,227); }
td.TdClassName
{
border-color: #8ADDE3;
}
.TagClassName
{
border-color: #8ADDE3;
}
</style>