#88DCD6

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

Shades of Riptide #88DCD6

Tints of Riptide #88DCD6

Color information

#88DCD6 (or 0x88DCD6) is unknown color: approx Riptide. HEX triplet: 88, DC and D6. RGB value is (136,220,214). Sum of RGB (Red+Green+Blue) = 136+220+214=570 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.86% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCD6 is #772329. Grayscale: #C2C2C2. Windows color (decimal): -7807786 or 14081160. OLE color: 14081160.

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

Color convert

RGB136220214-
CMYK0.3800.030.14
HSL175.71º54.55%69.8%-
HSV(B)175.71º38.18%86.27%-
XYZ47.8861.2872.92-
YUV194.2139.1786.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.86%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=23.86%
G=38.60%
B=37.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362202140.3800.030.14175.7154.5569.8
Hex88DCD62603Eb03746
Octal21033432646031626067106
Binary1000100011011100110101101001100111110101100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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