Shades of Spray #8BCADB
Tints of Spray #8BCADB
RGB
CMYK
RGB Variations
Color information
#8BCADB (or 0x8BCADB) is known color: Spray. HEX triplet: 8B, CA and DB. RGB value is (139,202,219). Sum of RGB (Red+Green+Blue) = 139+202+219=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCADB is #743524. Grayscale: #B8B8B8. Windows color (decimal): -7615781 or 14404235. OLE color: 14404235.
HSL color Cylindrical-coordinate representation of color #8BCADB: hue angle of 192.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BCADB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 202 | 219 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.14 |
| HSL | 192.75º | 0.53% | 0.7% | - |
| HSV(B) | 192.75º | 0.37% | 0.86% | - |
| XYZ | 44.55 | 52.84 | 74.87 | - |
| YUV | 185.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 219 | 0.37 | 0.08 | 0 | 0.14 | 192.75 | 0.53 | 0.7 |
| Hex | 8B | CA | DB | 25 | 8 | 0 | E | C1 | 35 | 46 |
| Octal | 213 | 312 | 333 | 45 | 10 | 0 | 16 | 301 | 65 | 106 |
| Binary | 10001011 | 11001010 | 11011011 | 100101 | 1000 | 0 | 1110 | 11000001 | 110101 | 1000110 |
Color Harmonies of #8BCADB
Complementary color
Monochromatic Colors of #8BCADB
Black with #8BCADB
Text Example
Text Example
White with #8BCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCADB; }
p { color: rgb(139,202,219); }
H1.HeaderClassName
{
color: #8BCADB;
}
.AnyTagClassName
{
color: #8BCADB;
}
</style>
background-color css
<style>
a { background-color: #8BCADB; }
a { background-color: rgb(139,202,219); }
div.DivClassName
{
background-color: #8BCADB;
}
.BgClassName
{
background-color: #8BCADB;
}
</style>
border-color css
<style>
span { border-color: #8BCADB; }
span { border-color: rgb(139,202,219); }
td.TdClassName
{
border-color: #8BCADB;
}
.TagClassName
{
border-color: #8BCADB;
}
</style>