Shades of Spray #87D4DB
Tints of Spray #87D4DB
RGB
CMYK
RGB Variations
Color information
#87D4DB (or 0x87D4DB) is known color: Spray. HEX triplet: 87, D4 and DB. RGB value is (135,212,219). Sum of RGB (Red+Green+Blue) = 135+212+219=566 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.85% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #87D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D4DB is #782B24. Grayscale: #BDBDBD. Windows color (decimal): -7875365 or 14406791. OLE color: 14406791.
HSL color Cylindrical-coordinate representation of color #87D4DB: hue angle of 185º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87D4DB is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 212 | 219 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.14 |
| HSL | 185º | 0.54% | 0.69% | - |
| HSV(B) | 185º | 0.38% | 0.86% | - |
| XYZ | 46.32 | 57.35 | 75.65 | - |
| YUV | 189.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 212 | 219 | 0.38 | 0.03 | 0 | 0.14 | 185 | 0.54 | 0.69 |
| Hex | 87 | D4 | DB | 26 | 3 | 0 | E | B9 | 36 | 45 |
| Octal | 207 | 324 | 333 | 46 | 3 | 0 | 16 | 271 | 66 | 105 |
| Binary | 10000111 | 11010100 | 11011011 | 100110 | 11 | 0 | 1110 | 10111001 | 110110 | 1000101 |
Color Harmonies of #87D4DB
Complementary color
Monochromatic Colors of #87D4DB
Black with #87D4DB
Text Example
Text Example
White with #87D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D4DB; }
p { color: rgb(135,212,219); }
H1.HeaderClassName
{
color: #87D4DB;
}
.AnyTagClassName
{
color: #87D4DB;
}
</style>
background-color css
<style>
a { background-color: #87D4DB; }
a { background-color: rgb(135,212,219); }
div.DivClassName
{
background-color: #87D4DB;
}
.BgClassName
{
background-color: #87D4DB;
}
</style>
border-color css
<style>
span { border-color: #87D4DB; }
span { border-color: rgb(135,212,219); }
td.TdClassName
{
border-color: #87D4DB;
}
.TagClassName
{
border-color: #87D4DB;
}
</style>