Shades of Spray #8BCCD1
Tints of Spray #8BCCD1
RGB
CMYK
RGB Variations
Color information
#8BCCD1 (or 0x8BCCD1) is known color: Spray. HEX triplet: 8B, CC and D1. RGB value is (139,204,209). Sum of RGB (Red+Green+Blue) = 139+204+209=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BCCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCD1 is #74332E. Grayscale: #B9B9B9. Windows color (decimal): -7615279 or 13749387. OLE color: 13749387.
HSL color Cylindrical-coordinate representation of color #8BCCD1: hue angle of 184.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCCD1 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 204 | 209 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.18 |
| HSL | 184.29º | 0.43% | 0.68% | - |
| HSV(B) | 184.29º | 0.33% | 0.82% | - |
| XYZ | 43.75 | 53.28 | 68.3 | - |
| YUV | 185.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 209 | 0.33 | 0.02 | 0 | 0.18 | 184.29 | 0.43 | 0.68 |
| Hex | 8B | CC | D1 | 21 | 2 | 0 | 12 | B8 | 2B | 44 |
| Octal | 213 | 314 | 321 | 41 | 2 | 0 | 22 | 270 | 53 | 104 |
| Binary | 10001011 | 11001100 | 11010001 | 100001 | 10 | 0 | 10010 | 10111000 | 101011 | 1000100 |
Color Harmonies of #8BCCD1
Complementary color
Monochromatic Colors of #8BCCD1
Black with #8BCCD1
Text Example
Text Example
White with #8BCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCD1; }
p { color: rgb(139,204,209); }
H1.HeaderClassName
{
color: #8BCCD1;
}
.AnyTagClassName
{
color: #8BCCD1;
}
</style>
background-color css
<style>
a { background-color: #8BCCD1; }
a { background-color: rgb(139,204,209); }
div.DivClassName
{
background-color: #8BCCD1;
}
.BgClassName
{
background-color: #8BCCD1;
}
</style>
border-color css
<style>
span { border-color: #8BCCD1; }
span { border-color: rgb(139,204,209); }
td.TdClassName
{
border-color: #8BCCD1;
}
.TagClassName
{
border-color: #8BCCD1;
}
</style>