#8DDAD6

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

Shades of Riptide #8DDAD6

Tints of Riptide #8DDAD6

Color information

#8DDAD6 (or 0x8DDAD6) is unknown color: approx Riptide. HEX triplet: 8D, DA and D6. RGB value is (141,218,214). Sum of RGB (Red+Green+Blue) = 141+218+214=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAD6 is #722529. Grayscale: #C2C2C2. Windows color (decimal): -7480618 or 14080653. OLE color: 14080653.

HSL color Cylindrical-coordinate representation of color #8DDAD6: hue angle of 176.88º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAD6 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB141218214-
CMYK0.3500.020.15
HSL176.88º50.99%70.39%-
HSV(B)176.88º35.32%85.49%-
XYZ48.1960.6672.79-
YUV194.52138.9989.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.61%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=24.61%
G=38.05%
B=37.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412182140.3500.020.15176.8850.9970.39
Hex8DDAD62302Fb13346
Octal21533232643021726163106
Binary1000110111011010110101101000110101111101100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDAD6; }

 p { color: rgb(141,218,214); }

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

<style>
 a { background-color: #8DDAD6; }

 a { background-color: rgb(141,218,214); }

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

<style>
 span { border-color: #8DDAD6; }

 span { border-color: rgb(141,218,214); }

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