#87C5CD

Color #87C5CD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #87C5CD

Tints of Spray #87C5CD

Color information

#87C5CD (or 0x87C5CD) is unknown color: approx Spray. HEX triplet: 87, C5 and CD. RGB value is (135,197,205). Sum of RGB (Red+Green+Blue) = 135+197+205=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #87C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C5CD is #783A32. Grayscale: #B3B3B3. Windows color (decimal): -7879219 or 13485447. OLE color: 13485447.

HSL color Cylindrical-coordinate representation of color #87C5CD: hue angle of 186.86º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C5CD is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135197205-
CMYK0.340.0400.20
HSL186.86º41.18%66.67%-
HSV(B)186.86º34.15%80.39%-
XYZ40.9849.4965.15-
YUV179.37142.4696.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 25.14%
GREEN value IS 197 (77.34% from 255) = 36.69%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=25.14%
G=36.69%
B=38.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351972050.340.0400.20186.8641.1866.67
Hex87C5CD224014bb2943
Octal20730531542402427351103
Binary100001111100010111001101100010100010100101110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87C5CD; }

 p { color: rgb(135,197,205); }

 H1.HeaderClassName
 {
   color: #87C5CD;
 }
 .AnyTagClassName
 {
   color: #87C5CD;
 }
</style>
background-color css

<style>
 a { background-color: #87C5CD; }

 a { background-color: rgb(135,197,205); }

 div.DivClassName
 {
   background-color: #87C5CD;
 }
 .BgClassName
 {
   background-color: #87C5CD;
 }
</style>
border-color css

<style>
 span { border-color: #87C5CD; }

 span { border-color: rgb(135,197,205); }

 td.TdClassName
 {
   border-color: #87C5CD;
 }
 .TagClassName
 {
   border-color: #87C5CD;
 }
</style>