Shades of Spray #8BD8DF
Tints of Spray #8BD8DF
RGB
CMYK
RGB Variations
Color information
#8BD8DF (or 0x8BD8DF) is known color: Spray. HEX triplet: 8B, D8 and DF. RGB value is (139,216,223). Sum of RGB (Red+Green+Blue) = 139+216+223=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD8DF is #742720. Grayscale: #C1C1C1. Windows color (decimal): -7612193 or 14669963. OLE color: 14669963.
HSL color Cylindrical-coordinate representation of color #8BD8DF: hue angle of 185º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BD8DF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 216 | 223 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.13 |
| HSL | 185º | 0.57% | 0.71% | - |
| HSV(B) | 185º | 0.38% | 0.87% | - |
| XYZ | 48.52 | 59.93 | 78.82 | - |
| YUV | 193.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 223 | 0.38 | 0.03 | 0 | 0.13 | 185 | 0.57 | 0.71 |
| Hex | 8B | D8 | DF | 26 | 3 | 0 | D | B9 | 39 | 47 |
| Octal | 213 | 330 | 337 | 46 | 3 | 0 | 15 | 271 | 71 | 107 |
| Binary | 10001011 | 11011000 | 11011111 | 100110 | 11 | 0 | 1101 | 10111001 | 111001 | 1000111 |
Color Harmonies of #8BD8DF
Complementary color
Monochromatic Colors of #8BD8DF
Black with #8BD8DF
Text Example
Text Example
White with #8BD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD8DF; }
p { color: rgb(139,216,223); }
H1.HeaderClassName
{
color: #8BD8DF;
}
.AnyTagClassName
{
color: #8BD8DF;
}
</style>
background-color css
<style>
a { background-color: #8BD8DF; }
a { background-color: rgb(139,216,223); }
div.DivClassName
{
background-color: #8BD8DF;
}
.BgClassName
{
background-color: #8BD8DF;
}
</style>
border-color css
<style>
span { border-color: #8BD8DF; }
span { border-color: rgb(139,216,223); }
td.TdClassName
{
border-color: #8BD8DF;
}
.TagClassName
{
border-color: #8BD8DF;
}
</style>