#88DCD7

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

Shades of Riptide #88DCD7

Tints of Riptide #88DCD7

Color information

#88DCD7 (or 0x88DCD7) is unknown color: approx Riptide. HEX triplet: 88, DC and D7. RGB value is (136,220,215). Sum of RGB (Red+Green+Blue) = 136+220+215=571 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.82% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCD7 is #772328. Grayscale: #C2C2C2. Windows color (decimal): -7807785 or 14146696. OLE color: 14146696.

HSL color Cylindrical-coordinate representation of color #88DCD7: hue angle of 176.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCD7 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB136220215-
CMYK0.3800.020.14
HSL176.43º54.55%69.8%-
HSV(B)176.43º38.18%86.27%-
XYZ48.0161.3373.6-
YUV194.31139.6786.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.82%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=23.82%
G=38.53%
B=37.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362202150.3800.020.14176.4354.5569.8
Hex88DCD72602Eb03746
Octal21033432746021626067106
Binary1000100011011100110101111001100101110101100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DCD7; }

 p { color: rgb(136,220,215); }

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

<style>
 a { background-color: #88DCD7; }

 a { background-color: rgb(136,220,215); }

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

<style>
 span { border-color: #88DCD7; }

 span { border-color: rgb(136,220,215); }

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