#89DCD3

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

Shades of Riptide #89DCD3

Tints of Riptide #89DCD3

Color information

#89DCD3 (or 0x89DCD3) is unknown color: approx Riptide. HEX triplet: 89, DC and D3. RGB value is (137,220,211). Sum of RGB (Red+Green+Blue) = 137+220+211=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCD3 is #76232C. Grayscale: #C2C2C2. Windows color (decimal): -7742253 or 13884553. OLE color: 13884553.

HSL color Cylindrical-coordinate representation of color #89DCD3: hue angle of 173.49º degrees, saturation: 0.54, 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 #89DCD3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB137220211-
CMYK0.3800.040.14
HSL173.49º54.25%70%-
HSV(B)173.49º37.73%86.27%-
XYZ47.6761.2170.93-
YUV194.16137.587.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.12%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 211 (82.81% from 255) = 37.15%
R=24.12%
G=38.73%
B=37.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372202110.3800.040.14173.4954.2570
Hex89DCD32604Ead3646
Octal21133432346041625566106
Binary10001001110111001101001110011001001110101011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89DCD3; }

 p { color: rgb(137,220,211); }

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

<style>
 a { background-color: #89DCD3; }

 a { background-color: rgb(137,220,211); }

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

<style>
 span { border-color: #89DCD3; }

 span { border-color: rgb(137,220,211); }

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