#87CDDD

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

Shades of Spray #87CDDD

Tints of Spray #87CDDD

Color information

#87CDDD (or 0x87CDDD) is unknown color: approx Spray. HEX triplet: 87, CD and DD. RGB value is (135,205,221). Sum of RGB (Red+Green+Blue) = 135+205+221=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #87CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CDDD is #783222. Grayscale: #B9B9B9. Windows color (decimal): -7877155 or 14536071. OLE color: 14536071.

HSL color Cylindrical-coordinate representation of color #87CDDD: hue angle of 191.16º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87CDDD is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135205221-
CMYK0.390.0700.13
HSL191.16º55.84%69.8%-
HSV(B)191.16º38.91%86.67%-
XYZ44.8754.0376.47-
YUV185.89147.8191.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.06%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=24.06%
G=36.54%
B=39.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352052210.390.0700.13191.1655.8469.8
Hex87CDDD2770Dbf3846
Octal20731533547701527770106
Binary10000111110011011101110110011111101101101111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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