#87C4CD

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

Shades of Spray #87C4CD

Tints of Spray #87C4CD

Color information

#87C4CD (or 0x87C4CD) is unknown color: approx Spray. HEX triplet: 87, C4 and CD. RGB value is (135,196,205). Sum of RGB (Red+Green+Blue) = 135+196+205=536 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.19% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #87C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C4CD is #783B32. Grayscale: #B2B2B2. Windows color (decimal): -7879475 or 13485191. OLE color: 13485191.

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

Color convert

RGB135196205-
CMYK0.340.0400.20
HSL187.71º41.18%66.67%-
HSV(B)187.71º34.15%80.39%-
XYZ40.7549.0465.08-
YUV178.79142.7996.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.19%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=25.19%
G=36.57%
B=38.25%

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
Decimal1351962050.340.0400.20187.7141.1866.67
Hex87C4CD224014bc2943
Octal20730431542402427451103
Binary100001111100010011001101100010100010100101111001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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