#87C8CD

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

Shades of Spray #87C8CD

Tints of Spray #87C8CD

Color information

#87C8CD (or 0x87C8CD) is unknown color: approx Spray. HEX triplet: 87, C8 and CD. RGB value is (135,200,205). Sum of RGB (Red+Green+Blue) = 135+200+205=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #87C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8CD is #783732. Grayscale: #B5B5B5. Windows color (decimal): -7878451 or 13486215. OLE color: 13486215.

HSL color Cylindrical-coordinate representation of color #87C8CD: hue angle of 184.29º 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 #87C8CD is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135200205-
CMYK0.340.0200.20
HSL184.29º41.18%66.67%-
HSV(B)184.29º34.15%80.39%-
XYZ41.6750.8765.38-
YUV181.14141.4795.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=25%
G=37.04%
B=37.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352002050.340.0200.20184.2941.1866.67
Hex87C8CD222014b82943
Octal20731031542202427051103
Binary10000111110010001100110110001010010100101110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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