Shades of Spray #87D3D6
Tints of Spray #87D3D6
RGB
CMYK
RGB Variations
Color information
#87D3D6 (or 0x87D3D6) is known color: Spray. HEX triplet: 87, D3 and D6. RGB value is (135,211,214). Sum of RGB (Red+Green+Blue) = 135+211+214=560 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.11% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #87D3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D3D6 is #782C29. Grayscale: #BCBCBC. Windows color (decimal): -7875626 or 14078855. OLE color: 14078855.
HSL color Cylindrical-coordinate representation of color #87D3D6: hue angle of 182.28º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87D3D6 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 211 | 214 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.16 |
| HSL | 182.28º | 0.49% | 0.68% | - |
| HSV(B) | 182.28º | 0.37% | 0.84% | - |
| XYZ | 45.42 | 56.59 | 72.15 | - |
| YUV | 188.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 214 | 0.37 | 0.01 | 0 | 0.16 | 182.28 | 0.49 | 0.68 |
| Hex | 87 | D3 | D6 | 25 | 1 | 0 | 10 | B6 | 31 | 44 |
| Octal | 207 | 323 | 326 | 45 | 1 | 0 | 20 | 266 | 61 | 104 |
| Binary | 10000111 | 11010011 | 11010110 | 100101 | 1 | 0 | 10000 | 10110110 | 110001 | 1000100 |
Color Harmonies of #87D3D6
Complementary color
Monochromatic Colors of #87D3D6
Black with #87D3D6
Text Example
Text Example
White with #87D3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D3D6; }
p { color: rgb(135,211,214); }
H1.HeaderClassName
{
color: #87D3D6;
}
.AnyTagClassName
{
color: #87D3D6;
}
</style>
background-color css
<style>
a { background-color: #87D3D6; }
a { background-color: rgb(135,211,214); }
div.DivClassName
{
background-color: #87D3D6;
}
.BgClassName
{
background-color: #87D3D6;
}
</style>
border-color css
<style>
span { border-color: #87D3D6; }
span { border-color: rgb(135,211,214); }
td.TdClassName
{
border-color: #87D3D6;
}
.TagClassName
{
border-color: #87D3D6;
}
</style>