#87C2CA

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

Shades of Spray #87C2CA

Tints of Spray #87C2CA

Color information

#87C2CA (or 0x87C2CA) is unknown color: approx Spray. HEX triplet: 87, C2 and CA. RGB value is (135,194,202). Sum of RGB (Red+Green+Blue) = 135+194+202=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #87C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2CA is #783D35. Grayscale: #B1B1B1. Windows color (decimal): -7879990 or 13288071. OLE color: 13288071.

HSL color Cylindrical-coordinate representation of color #87C2CA: hue angle of 187.16º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87C2CA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135194202-
CMYK0.330.0400.21
HSL187.16º38.73%66.08%-
HSV(B)187.16º33.17%79.22%-
XYZ39.944863.04-
YUV177.27141.9597.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.42%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=25.42%
G=36.53%
B=38.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351942020.330.0400.21187.1638.7366.08
Hex87C2CA214015bb2742
Octal20730231241402527347102
Binary100001111100001011001010100001100010101101110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,194,202); }

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

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

 a { background-color: rgb(135,194,202); }

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

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

 span { border-color: rgb(135,194,202); }

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