#87DCDC

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

Shades of Spray #87DCDC

Tints of Spray #87DCDC

Color information

#87DCDC (or 0x87DCDC) is unknown color: approx Spray. HEX triplet: 87, DC and DC. RGB value is (135,220,220). Sum of RGB (Red+Green+Blue) = 135+220+220=575 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.48% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #87DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCDC is #782323. Grayscale: #C2C2C2. Windows color (decimal): -7873316 or 14474375. OLE color: 14474375.

HSL color Cylindrical-coordinate representation of color #87DCDC: hue angle of 180º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DCDC is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135220220-
CMYK0.39000.14
HSL180º54.84%69.61%-
HSV(B)180º38.64%86.27%-
XYZ48.561.577.03-
YUV194.58142.3485.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.48%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=23.48%
G=38.26%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352202200.39000.1418054.8469.61
Hex87DCDC2700Eb43746
Octal20733433447001626467106
Binary100001111101110011011100100111001110101101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,220,220); }

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

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

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

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

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

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

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