#87D2DC

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

Shades of Spray #87D2DC

Tints of Spray #87D2DC

Color information

#87D2DC (or 0x87D2DC) is unknown color: approx Spray. HEX triplet: 87, D2 and DC. RGB value is (135,210,220). Sum of RGB (Red+Green+Blue) = 135+210+220=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D2DC is #782D23. Grayscale: #BCBCBC. Windows color (decimal): -7875876 or 14471815. OLE color: 14471815.

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

Color convert

RGB135210220-
CMYK0.390.0500.14
HSL187.06º54.84%69.61%-
HSV(B)187.06º38.64%86.27%-
XYZ45.9656.4176.18-
YUV188.72145.6589.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.89%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=23.89%
G=37.17%
B=38.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352102200.390.0500.14187.0654.8469.61
Hex87D2DC2750Ebb3746
Octal20732233447501627367106
Binary10000111110100101101110010011110101110101110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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