#89DCCD

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

Shades of Riptide #89DCCD

Tints of Riptide #89DCCD

Color information

#89DCCD (or 0x89DCCD) is unknown color: approx Riptide. HEX triplet: 89, DC and CD. RGB value is (137,220,205). Sum of RGB (Red+Green+Blue) = 137+220+205=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCCD is #762332. Grayscale: #C1C1C1. Windows color (decimal): -7742259 or 13491337. OLE color: 13491337.

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

Color convert

RGB137220205-
CMYK0.3800.070.14
HSL169.16º54.25%70%-
HSV(B)169.16º37.73%86.27%-
XYZ46.9360.9167.04-
YUV193.47134.587.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.38%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=24.38%
G=39.15%
B=36.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372202050.3800.070.14169.1654.2570
Hex89DCCD2607Ea93646
Octal21133431546071625166106
Binary10001001110111001100110110011001111110101010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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