#87C6DB

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

Shades of Spray #87C6DB

Tints of Spray #87C6DB

Color information

#87C6DB (or 0x87C6DB) is unknown color: approx Spray. HEX triplet: 87, C6 and DB. RGB value is (135,198,219). Sum of RGB (Red+Green+Blue) = 135+198+219=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #87C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C6DB is #783924. Grayscale: #B5B5B5. Windows color (decimal): -7878949 or 14403207. OLE color: 14403207.

HSL color Cylindrical-coordinate representation of color #87C6DB: hue angle of 195º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87C6DB is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135198219-
CMYK0.380.1000.14
HSL195º53.85%69.41%-
HSV(B)195º38.36%85.88%-
XYZ42.9750.6574.53-
YUV181.56149.1394.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.46%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=24.46%
G=35.87%
B=39.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351982190.380.1000.1419553.8569.41
Hex87C6DB26A0Ec33645
Octal207306333461201630366105
Binary100001111100011011011011100110101001110110000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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