Shades of Spray #8BE1E2
Tints of Spray #8BE1E2
RGB
CMYK
RGB Variations
Color information
#8BE1E2 (or 0x8BE1E2) is known color: Spray. HEX triplet: 8B, E1 and E2. RGB value is (139,225,226). Sum of RGB (Red+Green+Blue) = 139+225+226=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BE1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE1E2 is #741E1D. Grayscale: #C7C7C7. Windows color (decimal): -7609886 or 14868875. OLE color: 14868875.
HSL color Cylindrical-coordinate representation of color #8BE1E2: hue angle of 180.69º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE1E2 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 225 | 226 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.11 |
| HSL | 180.69º | 0.6% | 0.72% | - |
| HSV(B) | 180.69º | 0.38% | 0.89% | - |
| XYZ | 51.3 | 64.83 | 81.76 | - |
| YUV | 199.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 226 | 0.38 | 0.00 | 0 | 0.11 | 180.69 | 0.6 | 0.72 |
| Hex | 8B | E1 | E2 | 26 | 0 | 0 | B | B5 | 3C | 48 |
| Octal | 213 | 341 | 342 | 46 | 0 | 0 | 13 | 265 | 74 | 110 |
| Binary | 10001011 | 11100001 | 11100010 | 100110 | 0 | 0 | 1011 | 10110101 | 111100 | 1001000 |
Color Harmonies of #8BE1E2
Complementary color
Monochromatic Colors of #8BE1E2
Black with #8BE1E2
Text Example
Text Example
White with #8BE1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE1E2; }
p { color: rgb(139,225,226); }
H1.HeaderClassName
{
color: #8BE1E2;
}
.AnyTagClassName
{
color: #8BE1E2;
}
</style>
background-color css
<style>
a { background-color: #8BE1E2; }
a { background-color: rgb(139,225,226); }
div.DivClassName
{
background-color: #8BE1E2;
}
.BgClassName
{
background-color: #8BE1E2;
}
</style>
border-color css
<style>
span { border-color: #8BE1E2; }
span { border-color: rgb(139,225,226); }
td.TdClassName
{
border-color: #8BE1E2;
}
.TagClassName
{
border-color: #8BE1E2;
}
</style>