Shades of Spray #8BCCD6
Tints of Spray #8BCCD6
RGB
CMYK
RGB Variations
Color information
#8BCCD6 (or 0x8BCCD6) is known color: Spray. HEX triplet: 8B, CC and D6. RGB value is (139,204,214). Sum of RGB (Red+Green+Blue) = 139+204+214=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BCCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCD6 is #743329. Grayscale: #B9B9B9. Windows color (decimal): -7615274 or 14077067. OLE color: 14077067.
HSL color Cylindrical-coordinate representation of color #8BCCD6: hue angle of 188º 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 #8BCCD6 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 204 | 214 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.16 |
| HSL | 188º | 0.48% | 0.69% | - |
| HSV(B) | 188º | 0.35% | 0.84% | - |
| XYZ | 44.38 | 53.53 | 71.61 | - |
| YUV | 185.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 214 | 0.35 | 0.05 | 0 | 0.16 | 188 | 0.48 | 0.69 |
| Hex | 8B | CC | D6 | 23 | 5 | 0 | 10 | BC | 30 | 45 |
| Octal | 213 | 314 | 326 | 43 | 5 | 0 | 20 | 274 | 60 | 105 |
| Binary | 10001011 | 11001100 | 11010110 | 100011 | 101 | 0 | 10000 | 10111100 | 110000 | 1000101 |
Color Harmonies of #8BCCD6
Complementary color
Monochromatic Colors of #8BCCD6
Black with #8BCCD6
Text Example
Text Example
White with #8BCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCD6; }
p { color: rgb(139,204,214); }
H1.HeaderClassName
{
color: #8BCCD6;
}
.AnyTagClassName
{
color: #8BCCD6;
}
</style>
background-color css
<style>
a { background-color: #8BCCD6; }
a { background-color: rgb(139,204,214); }
div.DivClassName
{
background-color: #8BCCD6;
}
.BgClassName
{
background-color: #8BCCD6;
}
</style>
border-color css
<style>
span { border-color: #8BCCD6; }
span { border-color: rgb(139,204,214); }
td.TdClassName
{
border-color: #8BCCD6;
}
.TagClassName
{
border-color: #8BCCD6;
}
</style>