#87C4CA

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

Shades of Spray #87C4CA

Tints of Spray #87C4CA

Color information

#87C4CA (or 0x87C4CA) is unknown color: approx Spray. HEX triplet: 87, C4 and CA. RGB value is (135,196,202). Sum of RGB (Red+Green+Blue) = 135+196+202=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #87C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C4CA is #783B35. Grayscale: #B2B2B2. Windows color (decimal): -7879478 or 13288583. OLE color: 13288583.

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

Color convert

RGB135196202-
CMYK0.330.0300.21
HSL185.37º38.73%66.08%-
HSV(B)185.37º33.17%79.22%-
XYZ40.3948.963.19-
YUV178.44141.2997.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=25.33%
G=36.77%
B=37.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351962020.330.0300.21185.3738.7366.08
Hex87C4CA213015b92742
Octal20730431241302527147102
Binary10000111110001001100101010000111010101101110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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