Shades of Spray #8BD5DD
Tints of Spray #8BD5DD
RGB
CMYK
RGB Variations
Color information
#8BD5DD (or 0x8BD5DD) is known color: Spray. HEX triplet: 8B, D5 and DD. RGB value is (139,213,221). Sum of RGB (Red+Green+Blue) = 139+213+221=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD5DD is #742A22. Grayscale: #BFBFBF. Windows color (decimal): -7612963 or 14538123. OLE color: 14538123.
HSL color Cylindrical-coordinate representation of color #8BD5DD: hue angle of 185.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD5DD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 213 | 221 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.13 |
| HSL | 185.85º | 0.55% | 0.71% | - |
| HSV(B) | 185.85º | 0.37% | 0.87% | - |
| XYZ | 47.49 | 58.3 | 77.16 | - |
| YUV | 191.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 221 | 0.37 | 0.04 | 0 | 0.13 | 185.85 | 0.55 | 0.71 |
| Hex | 8B | D5 | DD | 25 | 4 | 0 | D | BA | 37 | 47 |
| Octal | 213 | 325 | 335 | 45 | 4 | 0 | 15 | 272 | 67 | 107 |
| Binary | 10001011 | 11010101 | 11011101 | 100101 | 100 | 0 | 1101 | 10111010 | 110111 | 1000111 |
Color Harmonies of #8BD5DD
Complementary color
Monochromatic Colors of #8BD5DD
Black with #8BD5DD
Text Example
Text Example
White with #8BD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5DD; }
p { color: rgb(139,213,221); }
H1.HeaderClassName
{
color: #8BD5DD;
}
.AnyTagClassName
{
color: #8BD5DD;
}
</style>
background-color css
<style>
a { background-color: #8BD5DD; }
a { background-color: rgb(139,213,221); }
div.DivClassName
{
background-color: #8BD5DD;
}
.BgClassName
{
background-color: #8BD5DD;
}
</style>
border-color css
<style>
span { border-color: #8BD5DD; }
span { border-color: rgb(139,213,221); }
td.TdClassName
{
border-color: #8BD5DD;
}
.TagClassName
{
border-color: #8BD5DD;
}
</style>