Shades of Spray #8BCED6
Tints of Spray #8BCED6
RGB
CMYK
RGB Variations
Color information
#8BCED6 (or 0x8BCED6) is known color: Spray. HEX triplet: 8B, CE and D6. RGB value is (139,206,214). Sum of RGB (Red+Green+Blue) = 139+206+214=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BCED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCED6 is #743129. Grayscale: #BABABA. Windows color (decimal): -7614762 or 14077579. OLE color: 14077579.
HSL color Cylindrical-coordinate representation of color #8BCED6: hue angle of 186.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BCED6 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 206 | 214 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.16 |
| HSL | 186.4º | 0.48% | 0.69% | - |
| HSV(B) | 186.4º | 0.35% | 0.84% | - |
| XYZ | 44.86 | 54.49 | 71.77 | - |
| YUV | 186.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 214 | 0.35 | 0.04 | 0 | 0.16 | 186.4 | 0.48 | 0.69 |
| Hex | 8B | CE | D6 | 23 | 4 | 0 | 10 | BA | 30 | 45 |
| Octal | 213 | 316 | 326 | 43 | 4 | 0 | 20 | 272 | 60 | 105 |
| Binary | 10001011 | 11001110 | 11010110 | 100011 | 100 | 0 | 10000 | 10111010 | 110000 | 1000101 |
Color Harmonies of #8BCED6
Complementary color
Monochromatic Colors of #8BCED6
Black with #8BCED6
Text Example
Text Example
White with #8BCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCED6; }
p { color: rgb(139,206,214); }
H1.HeaderClassName
{
color: #8BCED6;
}
.AnyTagClassName
{
color: #8BCED6;
}
</style>
background-color css
<style>
a { background-color: #8BCED6; }
a { background-color: rgb(139,206,214); }
div.DivClassName
{
background-color: #8BCED6;
}
.BgClassName
{
background-color: #8BCED6;
}
</style>
border-color css
<style>
span { border-color: #8BCED6; }
span { border-color: rgb(139,206,214); }
td.TdClassName
{
border-color: #8BCED6;
}
.TagClassName
{
border-color: #8BCED6;
}
</style>