#87C2CC

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

Shades of Spray #87C2CC

Tints of Spray #87C2CC

Color information

#87C2CC (or 0x87C2CC) is unknown color: approx Spray. HEX triplet: 87, C2 and CC. RGB value is (135,194,204). Sum of RGB (Red+Green+Blue) = 135+194+204=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #87C2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C2CC is #783D33. Grayscale: #B1B1B1. Windows color (decimal): -7879988 or 13419143. OLE color: 13419143.

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

Color convert

RGB135194204-
CMYK0.340.0500.2
HSL188.7º40.35%66.47%-
HSV(B)188.7º33.82%80%-
XYZ40.1848.0964.29-
YUV177.5142.9597.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=25.33%
G=36.40%
B=38.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351942040.340.0500.2188.740.3566.47
Hex87C2CC225014bd2842
Octal20730231442502427550102
Binary100001111100001011001100100010101010100101111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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