#88D8CA

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

Shades of Riptide #88D8CA

Tints of Riptide #88D8CA

Color information

#88D8CA (or 0x88D8CA) is unknown color: approx Riptide. HEX triplet: 88, D8 and CA. RGB value is (136,216,202). Sum of RGB (Red+Green+Blue) = 136+216+202=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8CA is #772735. Grayscale: #BEBEBE. Windows color (decimal): -7808822 or 13293704. OLE color: 13293704.

HSL color Cylindrical-coordinate representation of color #88D8CA: hue angle of 169.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D8CA is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB136216202-
CMYK0.3700.060.15
HSL169.5º50.63%69.02%-
HSV(B)169.5º37.04%84.71%-
XYZ45.3758.6164.8-
YUV190.48134.589.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=24.55%
G=38.99%
B=36.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362162020.3700.060.15169.550.6369.02
Hex88D8CA2506Faa3345
Octal21033031245061725263105
Binary10001000110110001100101010010101101111101010101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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