#87DCE0

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

Shades of Spray #87DCE0

Tints of Spray #87DCE0

Color information

#87DCE0 (or 0x87DCE0) is unknown color: approx Spray. HEX triplet: 87, DC and E0. RGB value is (135,220,224). Sum of RGB (Red+Green+Blue) = 135+220+224=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #87DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCE0 is #78231F. Grayscale: #C2C2C2. Windows color (decimal): -7873312 or 14736519. OLE color: 14736519.

HSL color Cylindrical-coordinate representation of color #87DCE0: hue angle of 182.7º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87DCE0 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135220224-
CMYK0.400.0200.12
HSL182.7º58.94%70.39%-
HSV(B)182.7º39.73%87.84%-
XYZ49.0461.7279.85-
YUV195.04144.3485.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.32%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=23.32%
G=38.00%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1352202240.400.0200.12182.758.9470.39
Hex87DCE02820Cb73b46
Octal20733434050201426773106
Binary1000011111011100111000001010001001100101101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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