#87D1DC

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

Shades of Spray #87D1DC

Tints of Spray #87D1DC

Color information

#87D1DC (or 0x87D1DC) is unknown color: approx Spray. HEX triplet: 87, D1 and DC. RGB value is (135,209,220). Sum of RGB (Red+Green+Blue) = 135+209+220=564 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.94% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D1DC is #782E23. Grayscale: #BCBCBC. Windows color (decimal): -7876132 or 14471559. OLE color: 14471559.

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

Color convert

RGB135209220-
CMYK0.390.0500.14
HSL187.76º54.84%69.61%-
HSV(B)187.76º38.64%86.27%-
XYZ45.7155.9276.09-
YUV188.13145.9890.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.94%
GREEN value IS 209 (82.03% from 255) = 37.06%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=23.94%
G=37.06%
B=39.01%

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
Decimal1352092200.390.0500.14187.7654.8469.61
Hex87D1DC2750Ebc3746
Octal20732133447501627467106
Binary10000111110100011101110010011110101110101111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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