Shades of Spray #87CDD5
Tints of Spray #87CDD5
RGB
CMYK
RGB Variations
Color information
#87CDD5 (or 0x87CDD5) is known color: Spray. HEX triplet: 87, CD and D5. RGB value is (135,205,213). Sum of RGB (Red+Green+Blue) = 135+205+213=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #87CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDD5 is #78322A. Grayscale: #B8B8B8. Windows color (decimal): -7877163 or 14011783. OLE color: 14011783.
HSL color Cylindrical-coordinate representation of color #87CDD5: hue angle of 186.15º degrees, saturation: 0.48, 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 #87CDD5 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 205 | 213 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.16 |
| HSL | 186.15º | 0.48% | 0.68% | - |
| HSV(B) | 186.15º | 0.37% | 0.84% | - |
| XYZ | 43.83 | 53.62 | 70.99 | - |
| YUV | 184.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 205 | 213 | 0.37 | 0.04 | 0 | 0.16 | 186.15 | 0.48 | 0.68 |
| Hex | 87 | CD | D5 | 25 | 4 | 0 | 10 | BA | 30 | 44 |
| Octal | 207 | 315 | 325 | 45 | 4 | 0 | 20 | 272 | 60 | 104 |
| Binary | 10000111 | 11001101 | 11010101 | 100101 | 100 | 0 | 10000 | 10111010 | 110000 | 1000100 |
Color Harmonies of #87CDD5
Complementary color
Monochromatic Colors of #87CDD5
Black with #87CDD5
Text Example
Text Example
White with #87CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CDD5; }
p { color: rgb(135,205,213); }
H1.HeaderClassName
{
color: #87CDD5;
}
.AnyTagClassName
{
color: #87CDD5;
}
</style>
background-color css
<style>
a { background-color: #87CDD5; }
a { background-color: rgb(135,205,213); }
div.DivClassName
{
background-color: #87CDD5;
}
.BgClassName
{
background-color: #87CDD5;
}
</style>
border-color css
<style>
span { border-color: #87CDD5; }
span { border-color: rgb(135,205,213); }
td.TdClassName
{
border-color: #87CDD5;
}
.TagClassName
{
border-color: #87CDD5;
}
</style>