Shades of Spray #8AD5E1
Tints of Spray #8AD5E1
RGB
CMYK
RGB Variations
Color information
#8AD5E1 (or 0x8AD5E1) is known color: Spray. HEX triplet: 8A, D5 and E1. RGB value is (138,213,225). Sum of RGB (Red+Green+Blue) = 138+213+225=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AD5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD5E1 is #752A1E. Grayscale: #BFBFBF. Windows color (decimal): -7678495 or 14800266. OLE color: 14800266.
HSL color Cylindrical-coordinate representation of color #8AD5E1: hue angle of 188.28º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD5E1 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 213 | 225 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.12 |
| HSL | 188.28º | 0.59% | 0.71% | - |
| HSV(B) | 188.28º | 0.39% | 0.88% | - |
| XYZ | 47.87 | 58.43 | 79.99 | - |
| YUV | 191.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 225 | 0.39 | 0.05 | 0 | 0.12 | 188.28 | 0.59 | 0.71 |
| Hex | 8A | D5 | E1 | 27 | 5 | 0 | C | BC | 3B | 47 |
| Octal | 212 | 325 | 341 | 47 | 5 | 0 | 14 | 274 | 73 | 107 |
| Binary | 10001010 | 11010101 | 11100001 | 100111 | 101 | 0 | 1100 | 10111100 | 111011 | 1000111 |
Color Harmonies of #8AD5E1
Complementary color
Monochromatic Colors of #8AD5E1
Black with #8AD5E1
Text Example
Text Example
White with #8AD5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5E1; }
p { color: rgb(138,213,225); }
H1.HeaderClassName
{
color: #8AD5E1;
}
.AnyTagClassName
{
color: #8AD5E1;
}
</style>
background-color css
<style>
a { background-color: #8AD5E1; }
a { background-color: rgb(138,213,225); }
div.DivClassName
{
background-color: #8AD5E1;
}
.BgClassName
{
background-color: #8AD5E1;
}
</style>
border-color css
<style>
span { border-color: #8AD5E1; }
span { border-color: rgb(138,213,225); }
td.TdClassName
{
border-color: #8AD5E1;
}
.TagClassName
{
border-color: #8AD5E1;
}
</style>