#87C7CC

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

Shades of Spray #87C7CC

Tints of Spray #87C7CC

Color information

#87C7CC (or 0x87C7CC) is unknown color: approx Spray. HEX triplet: 87, C7 and CC. RGB value is (135,199,204). Sum of RGB (Red+Green+Blue) = 135+199+204=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #87C7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C7CC is #783833. Grayscale: #B4B4B4. Windows color (decimal): -7878708 or 13420423. OLE color: 13420423.

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

Color convert

RGB135199204-
CMYK0.340.0200.2
HSL184.35º40.35%66.47%-
HSV(B)184.35º33.82%80%-
XYZ41.3150.3664.67-
YUV180.43141.395.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=25.09%
G=36.99%
B=37.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351992040.340.0200.2184.3540.3566.47
Hex87C7CC222014b82842
Octal20730731442202427050102
Binary10000111110001111100110010001010010100101110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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