#88DECD

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

Shades of Riptide #88DECD

Tints of Riptide #88DECD

Color information

#88DECD (or 0x88DECD) is unknown color: approx Riptide. HEX triplet: 88, DE and CD. RGB value is (136,222,205). Sum of RGB (Red+Green+Blue) = 136+222+205=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #88DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DECD is #772132. Grayscale: #C2C2C2. Windows color (decimal): -7807283 or 13491848. OLE color: 13491848.

HSL color Cylindrical-coordinate representation of color #88DECD: hue angle of 168.14º degrees, saturation: 0.57, 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 #88DECD is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB136222205-
CMYK0.3900.080.13
HSL168.14º56.58%70.2%-
HSV(B)168.14º38.74%87.06%-
XYZ47.2961.8867.21-
YUV194.35134.0186.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.16%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=24.16%
G=39.43%
B=36.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362222050.3900.080.13168.1456.5870.2
Hex88DECD2708Da83946
Octal210336315470101525071106
Binary100010001101111011001101100111010001101101010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,222,205); }

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

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

 a { background-color: rgb(136,222,205); }

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

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

 span { border-color: rgb(136,222,205); }

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