#87CACD

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

Shades of Spray #87CACD

Tints of Spray #87CACD

Color information

#87CACD (or 0x87CACD) is unknown color: approx Spray. HEX triplet: 87, CA and CD. RGB value is (135,202,205). Sum of RGB (Red+Green+Blue) = 135+202+205=542 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.91% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #87CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CACD is #783532. Grayscale: #B6B6B6. Windows color (decimal): -7877939 or 13486727. OLE color: 13486727.

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

Color convert

RGB135202205-
CMYK0.340.0100.20
HSL182.57º41.18%66.67%-
HSV(B)182.57º34.15%80.39%-
XYZ42.1351.865.54-
YUV182.31140.894.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.91%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=24.91%
G=37.27%
B=37.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352022050.340.0100.20182.5741.1866.67
Hex87CACD221014b72943
Octal20731231542102426751103
Binary1000011111001010110011011000101010100101101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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