#87C7CD

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

Shades of Spray #87C7CD

Tints of Spray #87C7CD

Color information

#87C7CD (or 0x87C7CD) is unknown color: approx Spray. HEX triplet: 87, C7 and CD. RGB value is (135,199,205). Sum of RGB (Red+Green+Blue) = 135+199+205=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #87C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C7CD is #783832. Grayscale: #B4B4B4. Windows color (decimal): -7878707 or 13485959. OLE color: 13485959.

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

Color convert

RGB135199205-
CMYK0.340.0300.20
HSL185.14º41.18%66.67%-
HSV(B)185.14º34.15%80.39%-
XYZ41.4350.4165.3-
YUV180.55141.895.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=25.05%
G=36.92%
B=38.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351992050.340.0300.20185.1441.1866.67
Hex87C7CD223014b92943
Octal20730731542302427151103
Binary10000111110001111100110110001011010100101110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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