Shades of Spray #8BD4DD
Tints of Spray #8BD4DD
RGB
CMYK
RGB Variations
Color information
#8BD4DD (or 0x8BD4DD) is known color: Spray. HEX triplet: 8B, D4 and DD. RGB value is (139,212,221). Sum of RGB (Red+Green+Blue) = 139+212+221=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD4DD is #742B22. Grayscale: #BFBFBF. Windows color (decimal): -7613219 or 14537867. OLE color: 14537867.
HSL color Cylindrical-coordinate representation of color #8BD4DD: hue angle of 186.59º 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 #8BD4DD is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 212 | 221 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.13 |
| HSL | 186.59º | 0.55% | 0.71% | - |
| HSV(B) | 186.59º | 0.37% | 0.87% | - |
| XYZ | 47.24 | 57.8 | 77.07 | - |
| YUV | 191.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 221 | 0.37 | 0.04 | 0 | 0.13 | 186.59 | 0.55 | 0.71 |
| Hex | 8B | D4 | DD | 25 | 4 | 0 | D | BB | 37 | 47 |
| Octal | 213 | 324 | 335 | 45 | 4 | 0 | 15 | 273 | 67 | 107 |
| Binary | 10001011 | 11010100 | 11011101 | 100101 | 100 | 0 | 1101 | 10111011 | 110111 | 1000111 |
Color Harmonies of #8BD4DD
Complementary color
Monochromatic Colors of #8BD4DD
Black with #8BD4DD
Text Example
Text Example
White with #8BD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD4DD; }
p { color: rgb(139,212,221); }
H1.HeaderClassName
{
color: #8BD4DD;
}
.AnyTagClassName
{
color: #8BD4DD;
}
</style>
background-color css
<style>
a { background-color: #8BD4DD; }
a { background-color: rgb(139,212,221); }
div.DivClassName
{
background-color: #8BD4DD;
}
.BgClassName
{
background-color: #8BD4DD;
}
</style>
border-color css
<style>
span { border-color: #8BD4DD; }
span { border-color: rgb(139,212,221); }
td.TdClassName
{
border-color: #8BD4DD;
}
.TagClassName
{
border-color: #8BD4DD;
}
</style>