#87CACC

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

Shades of Spray #87CACC

Tints of Spray #87CACC

Color information

#87CACC (or 0x87CACC) is unknown color: approx Spray. HEX triplet: 87, CA and CC. RGB value is (135,202,204). Sum of RGB (Red+Green+Blue) = 135+202+204=541 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.95% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #87CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CACC is #783533. Grayscale: #B6B6B6. Windows color (decimal): -7877940 or 13421191. OLE color: 13421191.

HSL color Cylindrical-coordinate representation of color #87CACC: hue angle of 181.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CACC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135202204-
CMYK0.340.0100.2
HSL181.74º40.35%66.47%-
HSV(B)181.74º33.82%80%-
XYZ42.0151.7564.9-
YUV182.2140.394.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.95%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=24.95%
G=37.34%
B=37.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1352022040.340.0100.2181.7440.3566.47
Hex87CACC221014b62842
Octal20731231442102426650102
Binary1000011111001010110011001000101010100101101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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