#87C8DC

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

Shades of Spray #87C8DC

Tints of Spray #87C8DC

Color information

#87C8DC (or 0x87C8DC) is unknown color: approx Spray. HEX triplet: 87, C8 and DC. RGB value is (135,200,220). Sum of RGB (Red+Green+Blue) = 135+200+220=555 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.32% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #87C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C8DC is #783723. Grayscale: #B6B6B6. Windows color (decimal): -7878436 or 14469255. OLE color: 14469255.

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

Color convert

RGB135200220-
CMYK0.390.0900.14
HSL194.12º54.84%69.61%-
HSV(B)194.12º38.64%86.27%-
XYZ43.5651.6375.38-
YUV182.84148.9793.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.32%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=24.32%
G=36.04%
B=39.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352002200.390.0900.14194.1254.8469.61
Hex87C8DC2790Ec23746
Octal207310334471101630267106
Binary100001111100100011011100100111100101110110000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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