#87D6DC

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

Shades of Spray #87D6DC

Tints of Spray #87D6DC

Color information

#87D6DC (or 0x87D6DC) is unknown color: approx Spray. HEX triplet: 87, D6 and DC. RGB value is (135,214,220). Sum of RGB (Red+Green+Blue) = 135+214+220=569 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.73% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #87D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87D6DC is #782923. Grayscale: #BEBEBE. Windows color (decimal): -7874852 or 14472839. OLE color: 14472839.

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

Color convert

RGB135214220-
CMYK0.390.0300.14
HSL184.24º54.84%69.61%-
HSV(B)184.24º38.64%86.27%-
XYZ46.9658.4176.51-
YUV191.06144.3388.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.73%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=23.73%
G=37.61%
B=38.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352142200.390.0300.14184.2454.8469.61
Hex87D6DC2730Eb83746
Octal20732633447301627067106
Binary1000011111010110110111001001111101110101110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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