Shades of Spray #8ADCE3
Tints of Spray #8ADCE3
RGB
CMYK
RGB Variations
Color information
#8ADCE3 (or 0x8ADCE3) is known color: Spray. HEX triplet: 8A, DC and E3. RGB value is (138,220,227). Sum of RGB (Red+Green+Blue) = 138+220+227=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #8ADCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCE3 is #75231C. Grayscale: #C4C4C4. Windows color (decimal): -7676701 or 14933130. OLE color: 14933130.
HSL color Cylindrical-coordinate representation of color #8ADCE3: hue angle of 184.72º 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 #8ADCE3 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 220 | 227 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.11 |
| HSL | 184.72º | 0.61% | 0.72% | - |
| HSV(B) | 184.72º | 0.39% | 0.89% | - |
| XYZ | 49.94 | 62.14 | 82.03 | - |
| YUV | 196.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 227 | 0.39 | 0.03 | 0 | 0.11 | 184.72 | 0.61 | 0.72 |
| Hex | 8A | DC | E3 | 27 | 3 | 0 | B | B9 | 3D | 48 |
| Octal | 212 | 334 | 343 | 47 | 3 | 0 | 13 | 271 | 75 | 110 |
| Binary | 10001010 | 11011100 | 11100011 | 100111 | 11 | 0 | 1011 | 10111001 | 111101 | 1001000 |
Color Harmonies of #8ADCE3
Complementary color
Monochromatic Colors of #8ADCE3
Black with #8ADCE3
Text Example
Text Example
White with #8ADCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCE3; }
p { color: rgb(138,220,227); }
H1.HeaderClassName
{
color: #8ADCE3;
}
.AnyTagClassName
{
color: #8ADCE3;
}
</style>
background-color css
<style>
a { background-color: #8ADCE3; }
a { background-color: rgb(138,220,227); }
div.DivClassName
{
background-color: #8ADCE3;
}
.BgClassName
{
background-color: #8ADCE3;
}
</style>
border-color css
<style>
span { border-color: #8ADCE3; }
span { border-color: rgb(138,220,227); }
td.TdClassName
{
border-color: #8ADCE3;
}
.TagClassName
{
border-color: #8ADCE3;
}
</style>