Shades of Spray #8BCBDC
Tints of Spray #8BCBDC
RGB
CMYK
RGB Variations
Color information
#8BCBDC (or 0x8BCBDC) is known color: Spray. HEX triplet: 8B, CB and DC. RGB value is (139,203,220). Sum of RGB (Red+Green+Blue) = 139+203+220=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBDC is #743423. Grayscale: #B9B9B9. Windows color (decimal): -7615524 or 14470027. OLE color: 14470027.
HSL color Cylindrical-coordinate representation of color #8BCBDC: hue angle of 192.59º degrees, saturation: 0.54, 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 #8BCBDC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 203 | 220 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.14 |
| HSL | 192.59º | 0.54% | 0.7% | - |
| HSV(B) | 192.59º | 0.37% | 0.86% | - |
| XYZ | 44.92 | 53.37 | 75.64 | - |
| YUV | 185.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 220 | 0.37 | 0.08 | 0 | 0.14 | 192.59 | 0.54 | 0.7 |
| Hex | 8B | CB | DC | 25 | 8 | 0 | E | C1 | 36 | 46 |
| Octal | 213 | 313 | 334 | 45 | 10 | 0 | 16 | 301 | 66 | 106 |
| Binary | 10001011 | 11001011 | 11011100 | 100101 | 1000 | 0 | 1110 | 11000001 | 110110 | 1000110 |
Color Harmonies of #8BCBDC
Complementary color
Monochromatic Colors of #8BCBDC
Black with #8BCBDC
Text Example
Text Example
White with #8BCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBDC; }
p { color: rgb(139,203,220); }
H1.HeaderClassName
{
color: #8BCBDC;
}
.AnyTagClassName
{
color: #8BCBDC;
}
</style>
background-color css
<style>
a { background-color: #8BCBDC; }
a { background-color: rgb(139,203,220); }
div.DivClassName
{
background-color: #8BCBDC;
}
.BgClassName
{
background-color: #8BCBDC;
}
</style>
border-color css
<style>
span { border-color: #8BCBDC; }
span { border-color: rgb(139,203,220); }
td.TdClassName
{
border-color: #8BCBDC;
}
.TagClassName
{
border-color: #8BCBDC;
}
</style>