#88DECC

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

Shades of Riptide #88DECC

Tints of Riptide #88DECC

Color information

#88DECC (or 0x88DECC) is unknown color: approx Riptide. HEX triplet: 88, DE and CC. RGB value is (136,222,204). Sum of RGB (Red+Green+Blue) = 136+222+204=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #88DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DECC is #772133. Grayscale: #C2C2C2. Windows color (decimal): -7807284 or 13426312. OLE color: 13426312.

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

Color convert

RGB136222204-
CMYK0.3900.080.13
HSL167.44º56.58%70.2%-
HSV(B)167.44º38.74%87.06%-
XYZ47.1761.8466.58-
YUV194.23133.5186.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=24.20%
G=39.50%
B=36.30%

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
Decimal1362222040.3900.080.13167.4456.5870.2
Hex88DECC2708Da73946
Octal210336314470101524771106
Binary100010001101111011001100100111010001101101001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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