#87CDDC

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

Shades of Spray #87CDDC

Tints of Spray #87CDDC

Color information

#87CDDC (or 0x87CDDC) is unknown color: approx Spray. HEX triplet: 87, CD and DC. RGB value is (135,205,220). Sum of RGB (Red+Green+Blue) = 135+205+220=560 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.11% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #87CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDDC is #783223. Grayscale: #B9B9B9. Windows color (decimal): -7877156 or 14470535. OLE color: 14470535.

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

Color convert

RGB135205220-
CMYK0.390.0700.14
HSL190.59º54.84%69.61%-
HSV(B)190.59º38.64%86.27%-
XYZ44.7453.9875.77-
YUV185.78147.3191.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.11%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=24.11%
G=36.61%
B=39.29%

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
Decimal1352052200.390.0700.14190.5954.8469.61
Hex87CDDC2770Ebf3746
Octal20731533447701627767106
Binary10000111110011011101110010011111101110101111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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