Shades of Spray #8BDCE0
Tints of Spray #8BDCE0
RGB
CMYK
RGB Variations
Color information
#8BDCE0 (or 0x8BDCE0) is known color: Spray. HEX triplet: 8B, DC and E0. RGB value is (139,220,224). Sum of RGB (Red+Green+Blue) = 139+220+224=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCE0 is #74231F. Grayscale: #C4C4C4. Windows color (decimal): -7611168 or 14736523. OLE color: 14736523.
HSL color Cylindrical-coordinate representation of color #8BDCE0: hue angle of 182.82º degrees, saturation: 0.58, 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 #8BDCE0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 220 | 224 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.12 |
| HSL | 182.82º | 0.58% | 0.71% | - |
| HSV(B) | 182.82º | 0.38% | 0.88% | - |
| XYZ | 49.7 | 62.06 | 79.88 | - |
| YUV | 196.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 224 | 0.38 | 0.02 | 0 | 0.12 | 182.82 | 0.58 | 0.71 |
| Hex | 8B | DC | E0 | 26 | 2 | 0 | C | B7 | 3A | 47 |
| Octal | 213 | 334 | 340 | 46 | 2 | 0 | 14 | 267 | 72 | 107 |
| Binary | 10001011 | 11011100 | 11100000 | 100110 | 10 | 0 | 1100 | 10110111 | 111010 | 1000111 |
Color Harmonies of #8BDCE0
Complementary color
Monochromatic Colors of #8BDCE0
Black with #8BDCE0
Text Example
Text Example
White with #8BDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCE0; }
p { color: rgb(139,220,224); }
H1.HeaderClassName
{
color: #8BDCE0;
}
.AnyTagClassName
{
color: #8BDCE0;
}
</style>
background-color css
<style>
a { background-color: #8BDCE0; }
a { background-color: rgb(139,220,224); }
div.DivClassName
{
background-color: #8BDCE0;
}
.BgClassName
{
background-color: #8BDCE0;
}
</style>
border-color css
<style>
span { border-color: #8BDCE0; }
span { border-color: rgb(139,220,224); }
td.TdClassName
{
border-color: #8BDCE0;
}
.TagClassName
{
border-color: #8BDCE0;
}
</style>