#88DCD8

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

Shades of Riptide #88DCD8

Tints of Riptide #88DCD8

Color information

#88DCD8 (or 0x88DCD8) is unknown color: approx Riptide. HEX triplet: 88, DC and D8. RGB value is (136,220,216). Sum of RGB (Red+Green+Blue) = 136+220+216=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCD8 is #772327. Grayscale: #C2C2C2. Windows color (decimal): -7807784 or 14212232. OLE color: 14212232.

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

Color convert

RGB136220216-
CMYK0.3800.020.14
HSL177.14º54.55%69.8%-
HSV(B)177.14º38.18%86.27%-
XYZ48.1461.3874.28-
YUV194.43140.1786.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.78%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=23.78%
G=38.46%
B=37.76%

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
Decimal1362202160.3800.020.14177.1454.5569.8
Hex88DCD82602Eb13746
Octal21033433046021626167106
Binary1000100011011100110110001001100101110101100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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