#87C2CE

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

Shades of Spray #87C2CE

Tints of Spray #87C2CE

Color information

#87C2CE (or 0x87C2CE) is unknown color: approx Spray. HEX triplet: 87, C2 and CE. RGB value is (135,194,206). Sum of RGB (Red+Green+Blue) = 135+194+206=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #87C2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2CE is #783D31. Grayscale: #B1B1B1. Windows color (decimal): -7879986 or 13550215. OLE color: 13550215.

HSL color Cylindrical-coordinate representation of color #87C2CE: hue angle of 190.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C2CE is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135194206-
CMYK0.340.0600.19
HSL190.14º42.01%66.86%-
HSV(B)190.14º34.47%80.78%-
XYZ40.4248.1965.56-
YUV177.73143.9597.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.23%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=25.23%
G=36.26%
B=38.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351942060.340.0600.19190.1442.0166.86
Hex87C2CE226013be2a43
Octal20730231642602327652103
Binary100001111100001011001110100010110010011101111101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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