Shades of Spray #8BD0D6
Tints of Spray #8BD0D6
RGB
CMYK
RGB Variations
Color information
#8BD0D6 (or 0x8BD0D6) is known color: Spray. HEX triplet: 8B, D0 and D6. RGB value is (139,208,214). Sum of RGB (Red+Green+Blue) = 139+208+214=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BD0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD0D6 is #742F29. Grayscale: #BBBBBB. Windows color (decimal): -7614250 or 14078091. OLE color: 14078091.
HSL color Cylindrical-coordinate representation of color #8BD0D6: hue angle of 184.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD0D6 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 208 | 214 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.16 |
| HSL | 184.8º | 0.48% | 0.69% | - |
| HSV(B) | 184.8º | 0.35% | 0.84% | - |
| XYZ | 45.34 | 55.46 | 71.93 | - |
| YUV | 188.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 214 | 0.35 | 0.03 | 0 | 0.16 | 184.8 | 0.48 | 0.69 |
| Hex | 8B | D0 | D6 | 23 | 3 | 0 | 10 | B9 | 30 | 45 |
| Octal | 213 | 320 | 326 | 43 | 3 | 0 | 20 | 271 | 60 | 105 |
| Binary | 10001011 | 11010000 | 11010110 | 100011 | 11 | 0 | 10000 | 10111001 | 110000 | 1000101 |
Color Harmonies of #8BD0D6
Complementary color
Monochromatic Colors of #8BD0D6
Black with #8BD0D6
Text Example
Text Example
White with #8BD0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD0D6; }
p { color: rgb(139,208,214); }
H1.HeaderClassName
{
color: #8BD0D6;
}
.AnyTagClassName
{
color: #8BD0D6;
}
</style>
background-color css
<style>
a { background-color: #8BD0D6; }
a { background-color: rgb(139,208,214); }
div.DivClassName
{
background-color: #8BD0D6;
}
.BgClassName
{
background-color: #8BD0D6;
}
</style>
border-color css
<style>
span { border-color: #8BD0D6; }
span { border-color: rgb(139,208,214); }
td.TdClassName
{
border-color: #8BD0D6;
}
.TagClassName
{
border-color: #8BD0D6;
}
</style>