#88DCDA

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

Shades of Riptide #88DCDA

Tints of Riptide #88DCDA

Color information

#88DCDA (or 0x88DCDA) is unknown color: approx Riptide. HEX triplet: 88, DC and DA. RGB value is (136,220,218). Sum of RGB (Red+Green+Blue) = 136+220+218=574 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.69% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCDA is #772325. Grayscale: #C2C2C2. Windows color (decimal): -7807782 or 14343304. OLE color: 14343304.

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

Color convert

RGB136220218-
CMYK0.3800.010.14
HSL178.57º54.55%69.8%-
HSV(B)178.57º38.18%86.27%-
XYZ48.461.4875.65-
YUV194.66141.1786.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.69%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=23.69%
G=38.33%
B=37.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362202180.3800.010.14178.5754.5569.8
Hex88DCDA2601Eb33746
Octal21033433246011626367106
Binary100010001101110011011010100110011110101100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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