#87C5DB

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

Shades of Spray #87C5DB

Tints of Spray #87C5DB

Color information

#87C5DB (or 0x87C5DB) is unknown color: approx Spray. HEX triplet: 87, C5 and DB. RGB value is (135,197,219). Sum of RGB (Red+Green+Blue) = 135+197+219=551 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.50% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #87C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C5DB is #783A24. Grayscale: #B4B4B4. Windows color (decimal): -7879205 or 14402951. OLE color: 14402951.

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

Color convert

RGB135197219-
CMYK0.380.1000.14
HSL195.71º53.85%69.41%-
HSV(B)195.71º38.36%85.88%-
XYZ42.7450.274.45-
YUV180.97149.4695.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.50%
GREEN value IS 197 (77.34% from 255) = 35.75%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=24.50%
G=35.75%
B=39.75%

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
Decimal1351972190.380.1000.14195.7153.8569.41
Hex87C5DB26A0Ec43645
Octal207305333461201630466105
Binary100001111100010111011011100110101001110110001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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