Shades of Spray #8BD7E1
Tints of Spray #8BD7E1
RGB
CMYK
RGB Variations
Color information
#8BD7E1 (or 0x8BD7E1) is known color: Spray. HEX triplet: 8B, D7 and E1. RGB value is (139,215,225). Sum of RGB (Red+Green+Blue) = 139+215+225=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BD7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7E1 is #74281E. Grayscale: #C1C1C1. Windows color (decimal): -7612447 or 14800779. OLE color: 14800779.
HSL color Cylindrical-coordinate representation of color #8BD7E1: hue angle of 186.98º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BD7E1 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 215 | 225 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.12 |
| HSL | 186.98º | 0.59% | 0.71% | - |
| HSV(B) | 186.98º | 0.38% | 0.88% | - |
| XYZ | 48.54 | 59.53 | 80.17 | - |
| YUV | 193.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 225 | 0.38 | 0.04 | 0 | 0.12 | 186.98 | 0.59 | 0.71 |
| Hex | 8B | D7 | E1 | 26 | 4 | 0 | C | BB | 3B | 47 |
| Octal | 213 | 327 | 341 | 46 | 4 | 0 | 14 | 273 | 73 | 107 |
| Binary | 10001011 | 11010111 | 11100001 | 100110 | 100 | 0 | 1100 | 10111011 | 111011 | 1000111 |
Color Harmonies of #8BD7E1
Complementary color
Monochromatic Colors of #8BD7E1
Black with #8BD7E1
Text Example
Text Example
White with #8BD7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7E1; }
p { color: rgb(139,215,225); }
H1.HeaderClassName
{
color: #8BD7E1;
}
.AnyTagClassName
{
color: #8BD7E1;
}
</style>
background-color css
<style>
a { background-color: #8BD7E1; }
a { background-color: rgb(139,215,225); }
div.DivClassName
{
background-color: #8BD7E1;
}
.BgClassName
{
background-color: #8BD7E1;
}
</style>
border-color css
<style>
span { border-color: #8BD7E1; }
span { border-color: rgb(139,215,225); }
td.TdClassName
{
border-color: #8BD7E1;
}
.TagClassName
{
border-color: #8BD7E1;
}
</style>