Shades of Spray #8BC9CF
Tints of Spray #8BC9CF
RGB
CMYK
RGB Variations
Color information
#8BC9CF (or 0x8BC9CF) is known color: Spray. HEX triplet: 8B, C9 and CF. RGB value is (139,201,207). Sum of RGB (Red+Green+Blue) = 139+201+207=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9CF is #743630. Grayscale: #B7B7B7. Windows color (decimal): -7616049 or 13617547. OLE color: 13617547.
HSL color Cylindrical-coordinate representation of color #8BC9CF: hue angle of 185.29º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC9CF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 201 | 207 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.19 |
| HSL | 185.29º | 0.41% | 0.68% | - |
| HSV(B) | 185.29º | 0.33% | 0.81% | - |
| XYZ | 42.8 | 51.77 | 66.77 | - |
| YUV | 183.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 207 | 0.33 | 0.03 | 0 | 0.19 | 185.29 | 0.41 | 0.68 |
| Hex | 8B | C9 | CF | 21 | 3 | 0 | 13 | B9 | 29 | 44 |
| Octal | 213 | 311 | 317 | 41 | 3 | 0 | 23 | 271 | 51 | 104 |
| Binary | 10001011 | 11001001 | 11001111 | 100001 | 11 | 0 | 10011 | 10111001 | 101001 | 1000100 |
Color Harmonies of #8BC9CF
Complementary color
Monochromatic Colors of #8BC9CF
Black with #8BC9CF
Text Example
Text Example
White with #8BC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9CF; }
p { color: rgb(139,201,207); }
H1.HeaderClassName
{
color: #8BC9CF;
}
.AnyTagClassName
{
color: #8BC9CF;
}
</style>
background-color css
<style>
a { background-color: #8BC9CF; }
a { background-color: rgb(139,201,207); }
div.DivClassName
{
background-color: #8BC9CF;
}
.BgClassName
{
background-color: #8BC9CF;
}
</style>
border-color css
<style>
span { border-color: #8BC9CF; }
span { border-color: rgb(139,201,207); }
td.TdClassName
{
border-color: #8BC9CF;
}
.TagClassName
{
border-color: #8BC9CF;
}
</style>