#87DBDC

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

Shades of Spray #87DBDC

Tints of Spray #87DBDC

Color information

#87DBDC (or 0x87DBDC) is unknown color: approx Spray. HEX triplet: 87, DB and DC. RGB value is (135,219,220). Sum of RGB (Red+Green+Blue) = 135+219+220=574 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.52% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #87DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DBDC is #782423. Grayscale: #C1C1C1. Windows color (decimal): -7873572 or 14474119. OLE color: 14474119.

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

Color convert

RGB135219220-
CMYK0.390.0000.14
HSL180.71º54.84%69.61%-
HSV(B)180.71º38.64%86.27%-
XYZ48.2460.9876.94-
YUV194142.6785.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.52%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=23.52%
G=38.15%
B=38.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352192200.390.0000.14180.7154.8469.61
Hex87DBDC2700Eb53746
Octal20733333447001626567106
Binary100001111101101111011100100111001110101101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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