Shades of Spray #8BCCD3
Tints of Spray #8BCCD3
RGB
CMYK
RGB Variations
Color information
#8BCCD3 (or 0x8BCCD3) is known color: Spray. HEX triplet: 8B, CC and D3. RGB value is (139,204,211). Sum of RGB (Red+Green+Blue) = 139+204+211=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #8BCCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCD3 is #74332C. Grayscale: #B9B9B9. Windows color (decimal): -7615277 or 13880459. OLE color: 13880459.
HSL color Cylindrical-coordinate representation of color #8BCCD3: hue angle of 185.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BCCD3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 204 | 211 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.17 |
| HSL | 185.83º | 0.45% | 0.69% | - |
| HSV(B) | 185.83º | 0.34% | 0.83% | - |
| XYZ | 44 | 53.38 | 69.61 | - |
| YUV | 185.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 211 | 0.34 | 0.03 | 0 | 0.17 | 185.83 | 0.45 | 0.69 |
| Hex | 8B | CC | D3 | 22 | 3 | 0 | 11 | BA | 2D | 45 |
| Octal | 213 | 314 | 323 | 42 | 3 | 0 | 21 | 272 | 55 | 105 |
| Binary | 10001011 | 11001100 | 11010011 | 100010 | 11 | 0 | 10001 | 10111010 | 101101 | 1000101 |
Color Harmonies of #8BCCD3
Complementary color
Monochromatic Colors of #8BCCD3
Black with #8BCCD3
Text Example
Text Example
White with #8BCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCD3; }
p { color: rgb(139,204,211); }
H1.HeaderClassName
{
color: #8BCCD3;
}
.AnyTagClassName
{
color: #8BCCD3;
}
</style>
background-color css
<style>
a { background-color: #8BCCD3; }
a { background-color: rgb(139,204,211); }
div.DivClassName
{
background-color: #8BCCD3;
}
.BgClassName
{
background-color: #8BCCD3;
}
</style>
border-color css
<style>
span { border-color: #8BCCD3; }
span { border-color: rgb(139,204,211); }
td.TdClassName
{
border-color: #8BCCD3;
}
.TagClassName
{
border-color: #8BCCD3;
}
</style>