#87CCDC

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

Shades of Spray #87CCDC

Tints of Spray #87CCDC

Color information

#87CCDC (or 0x87CCDC) is unknown color: approx Spray. HEX triplet: 87, CC and DC. RGB value is (135,204,220). Sum of RGB (Red+Green+Blue) = 135+204+220=559 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.15% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #87CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCDC is #783323. Grayscale: #B9B9B9. Windows color (decimal): -7877412 or 14470279. OLE color: 14470279.

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

Color convert

RGB135204220-
CMYK0.390.0700.14
HSL191.29º54.84%69.61%-
HSV(B)191.29º38.64%86.27%-
XYZ44.553.575.69-
YUV185.19147.6492.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.15%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=24.15%
G=36.49%
B=39.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352042200.390.0700.14191.2954.8469.61
Hex87CCDC2770Ebf3746
Octal20731433447701627767106
Binary10000111110011001101110010011111101110101111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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