#87DCD0

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

Shades of Riptide #87DCD0

Tints of Riptide #87DCD0

Color information

#87DCD0 (or 0x87DCD0) is unknown color: approx Riptide. HEX triplet: 87, DC and D0. RGB value is (135,220,208). Sum of RGB (Red+Green+Blue) = 135+220+208=563 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.98% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #87DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DCD0 is #78232F. Grayscale: #C1C1C1. Windows color (decimal): -7873328 or 13687943. OLE color: 13687943.

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

Color convert

RGB135220208-
CMYK0.3900.050.14
HSL171.53º54.84%69.61%-
HSV(B)171.53º38.64%86.27%-
XYZ46.9760.8968.95-
YUV193.22136.3486.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.98%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=23.98%
G=39.08%
B=36.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1352202080.3900.050.14171.5354.8469.61
Hex87DCD02705Eac3746
Octal20733432047051625467106
Binary10000111110111001101000010011101011110101011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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