#87C1DC

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

Shades of Spray #87C1DC

Tints of Spray #87C1DC

Color information

#87C1DC (or 0x87C1DC) is unknown color: approx Spray. HEX triplet: 87, C1 and DC. RGB value is (135,193,220). Sum of RGB (Red+Green+Blue) = 135+193+220=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #87C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1DC is #783E23. Grayscale: #B2B2B2. Windows color (decimal): -7880228 or 14467463. OLE color: 14467463.

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

Color convert

RGB135193220-
CMYK0.390.1200.14
HSL199.06º54.84%69.61%-
HSV(B)199.06º38.64%86.27%-
XYZ41.9848.4674.85-
YUV178.74151.2896.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.64%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=24.64%
G=35.22%
B=40.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351932200.390.1200.14199.0654.8469.61
Hex87C1DC27C0Ec73746
Octal207301334471401630767106
Binary100001111100000111011100100111110001110110001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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