Shades of Spray #8BC7CD
Tints of Spray #8BC7CD
RGB
CMYK
RGB Variations
Color information
#8BC7CD (or 0x8BC7CD) is known color: Spray. HEX triplet: 8B, C7 and CD. RGB value is (139,199,205). Sum of RGB (Red+Green+Blue) = 139+199+205=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7CD is #743832. Grayscale: #B5B5B5. Windows color (decimal): -7616563 or 13485963. OLE color: 13485963.
HSL color Cylindrical-coordinate representation of color #8BC7CD: hue angle of 185.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BC7CD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 199 | 205 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.20 |
| HSL | 185.45º | 0.4% | 0.67% | - |
| HSV(B) | 185.45º | 0.32% | 0.8% | - |
| XYZ | 42.09 | 50.74 | 65.33 | - |
| YUV | 181.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 205 | 0.32 | 0.03 | 0 | 0.20 | 185.45 | 0.4 | 0.67 |
| Hex | 8B | C7 | CD | 20 | 3 | 0 | 14 | B9 | 28 | 43 |
| Octal | 213 | 307 | 315 | 40 | 3 | 0 | 24 | 271 | 50 | 103 |
| Binary | 10001011 | 11000111 | 11001101 | 100000 | 11 | 0 | 10100 | 10111001 | 101000 | 1000011 |
Color Harmonies of #8BC7CD
Complementary color
Monochromatic Colors of #8BC7CD
Black with #8BC7CD
Text Example
Text Example
White with #8BC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7CD; }
p { color: rgb(139,199,205); }
H1.HeaderClassName
{
color: #8BC7CD;
}
.AnyTagClassName
{
color: #8BC7CD;
}
</style>
background-color css
<style>
a { background-color: #8BC7CD; }
a { background-color: rgb(139,199,205); }
div.DivClassName
{
background-color: #8BC7CD;
}
.BgClassName
{
background-color: #8BC7CD;
}
</style>
border-color css
<style>
span { border-color: #8BC7CD; }
span { border-color: rgb(139,199,205); }
td.TdClassName
{
border-color: #8BC7CD;
}
.TagClassName
{
border-color: #8BC7CD;
}
</style>