Shades of Spray #8BD5DC
Tints of Spray #8BD5DC
RGB
CMYK
RGB Variations
Color information
#8BD5DC (or 0x8BD5DC) is known color: Spray. HEX triplet: 8B, D5 and DC. RGB value is (139,213,220). Sum of RGB (Red+Green+Blue) = 139+213+220=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD5DC is #742A23. Grayscale: #BFBFBF. Windows color (decimal): -7612964 or 14472587. OLE color: 14472587.
HSL color Cylindrical-coordinate representation of color #8BD5DC: hue angle of 185.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD5DC is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 213 | 220 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.14 |
| HSL | 185.19º | 0.54% | 0.7% | - |
| HSV(B) | 185.19º | 0.37% | 0.86% | - |
| XYZ | 47.36 | 58.24 | 76.46 | - |
| YUV | 191.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 220 | 0.37 | 0.03 | 0 | 0.14 | 185.19 | 0.54 | 0.7 |
| Hex | 8B | D5 | DC | 25 | 3 | 0 | E | B9 | 36 | 46 |
| Octal | 213 | 325 | 334 | 45 | 3 | 0 | 16 | 271 | 66 | 106 |
| Binary | 10001011 | 11010101 | 11011100 | 100101 | 11 | 0 | 1110 | 10111001 | 110110 | 1000110 |
Color Harmonies of #8BD5DC
Complementary color
Monochromatic Colors of #8BD5DC
Black with #8BD5DC
Text Example
Text Example
White with #8BD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5DC; }
p { color: rgb(139,213,220); }
H1.HeaderClassName
{
color: #8BD5DC;
}
.AnyTagClassName
{
color: #8BD5DC;
}
</style>
background-color css
<style>
a { background-color: #8BD5DC; }
a { background-color: rgb(139,213,220); }
div.DivClassName
{
background-color: #8BD5DC;
}
.BgClassName
{
background-color: #8BD5DC;
}
</style>
border-color css
<style>
span { border-color: #8BD5DC; }
span { border-color: rgb(139,213,220); }
td.TdClassName
{
border-color: #8BD5DC;
}
.TagClassName
{
border-color: #8BD5DC;
}
</style>