#87C6CD

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

Shades of Spray #87C6CD

Tints of Spray #87C6CD

Color information

#87C6CD (or 0x87C6CD) is unknown color: approx Spray. HEX triplet: 87, C6 and CD. RGB value is (135,198,205). Sum of RGB (Red+Green+Blue) = 135+198+205=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #87C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C6CD is #783932. Grayscale: #B3B3B3. Windows color (decimal): -7878963 or 13485703. OLE color: 13485703.

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

Color convert

RGB135198205-
CMYK0.340.0300.20
HSL186º41.18%66.67%-
HSV(B)186º34.15%80.39%-
XYZ41.2149.9565.23-
YUV179.96142.1395.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=25.09%
G=36.80%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351982050.340.0300.2018641.1866.67
Hex87C6CD223014ba2943
Octal20730631542302427251103
Binary10000111110001101100110110001011010100101110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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