Shades of Spray #8BE0E5
Tints of Spray #8BE0E5
RGB
CMYK
RGB Variations
Color information
#8BE0E5 (or 0x8BE0E5) is known color: Spray. HEX triplet: 8B, E0 and E5. RGB value is (139,224,229). Sum of RGB (Red+Green+Blue) = 139+224+229=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BE0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE0E5 is #741F1A. Grayscale: #C7C7C7. Windows color (decimal): -7610139 or 15065227. OLE color: 15065227.
HSL color Cylindrical-coordinate representation of color #8BE0E5: hue angle of 183.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE0E5 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 224 | 229 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.10 |
| HSL | 183.33º | 0.63% | 0.72% | - |
| HSV(B) | 183.33º | 0.39% | 0.9% | - |
| XYZ | 51.45 | 64.46 | 83.86 | - |
| YUV | 199.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 229 | 0.39 | 0.02 | 0 | 0.10 | 183.33 | 0.63 | 0.72 |
| Hex | 8B | E0 | E5 | 27 | 2 | 0 | A | B7 | 3F | 48 |
| Octal | 213 | 340 | 345 | 47 | 2 | 0 | 12 | 267 | 77 | 110 |
| Binary | 10001011 | 11100000 | 11100101 | 100111 | 10 | 0 | 1010 | 10110111 | 111111 | 1001000 |
Color Harmonies of #8BE0E5
Complementary color
Monochromatic Colors of #8BE0E5
Black with #8BE0E5
Text Example
Text Example
White with #8BE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE0E5; }
p { color: rgb(139,224,229); }
H1.HeaderClassName
{
color: #8BE0E5;
}
.AnyTagClassName
{
color: #8BE0E5;
}
</style>
background-color css
<style>
a { background-color: #8BE0E5; }
a { background-color: rgb(139,224,229); }
div.DivClassName
{
background-color: #8BE0E5;
}
.BgClassName
{
background-color: #8BE0E5;
}
</style>
border-color css
<style>
span { border-color: #8BE0E5; }
span { border-color: rgb(139,224,229); }
td.TdClassName
{
border-color: #8BE0E5;
}
.TagClassName
{
border-color: #8BE0E5;
}
</style>