#87DDD6

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

Shades of Riptide #87DDD6

Tints of Riptide #87DDD6

Color information

#87DDD6 (or 0x87DDD6) is unknown color: approx Riptide. HEX triplet: 87, DD and D6. RGB value is (135,221,214). Sum of RGB (Red+Green+Blue) = 135+221+214=570 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.68% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #87DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DDD6 is #782229. Grayscale: #C2C2C2. Windows color (decimal): -7873066 or 14081415. OLE color: 14081415.

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

Color convert

RGB135221214-
CMYK0.3900.030.13
HSL175.12º55.84%69.8%-
HSV(B)175.12º38.91%86.67%-
XYZ47.9961.7273-
YUV194.49139.0185.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.68%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=23.68%
G=38.77%
B=37.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352212140.3900.030.13175.1255.8469.8
Hex87DDD62703Daf3846
Octal20733532647031525770106
Binary1000011111011101110101101001110111101101011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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