#87DCE6

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

Shades of Spray #87DCE6

Tints of Spray #87DCE6

Color information

#87DCE6 (or 0x87DCE6) is unknown color: approx Spray. HEX triplet: 87, DC and E6. RGB value is (135,220,230). Sum of RGB (Red+Green+Blue) = 135+220+230=585 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.08% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #87DCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87DCE6 is #782319. Grayscale: #C3C3C3. Windows color (decimal): -7873306 or 15129735. OLE color: 15129735.

HSL color Cylindrical-coordinate representation of color #87DCE6: hue angle of 186.32º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87DCE6 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB135220230-
CMYK0.410.0400.10
HSL186.32º65.52%71.57%-
HSV(B)186.32º41.3%90.2%-
XYZ49.8762.0584.21-
YUV195.72147.3484.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.08%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=23.08%
G=37.61%
B=39.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1352202300.410.0400.10186.3265.5271.57
Hex87DCE62940Aba4248
Octal207334346514012272102110
Binary100001111101110011100110101001100010101011101010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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