Html Css Color HEX #89DDCF Riptide

📋 copy color: '#89DDCF'

red 137 ◦ green 221 ◦ blue 207

#89DDCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #89DDCF

Tints of Riptide #89DDCF

RGB

 RED value IS 137 (53.91% from 255) = 24.25%

 GREEN value IS 221 (86.72% from 255) = 39.12%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 24.25%
G = 39.12%
B = 36.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#89DDCF (or 0x89DDCF) is known color: Riptide. HEX triplet: 89, DD and CF. RGB value is (137,221,207). Sum of RGB (Red+Green+Blue) = 137+221+207=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDCF is #762230. Grayscale: #C2C2C2. Windows color (decimal): -7742001 or 13622665. OLE color: 13622665.

HSL color Cylindrical-coordinate representation of color #89DDCF: hue angle of 170º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDCF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 221 207 -
CMYK 0.38 0 0.06 0.13
HSL 170º 0.55% 0.7% -
HSV(B) 170º 0.38% 0.87% -
XYZ 47.44 61.54 68.41 -
YUV 194.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 137 221 207 0.38 0 0.06 0.13 170 0.55 0.7
Hex 89 DD CF 26 0 6 D AA 37 46
Octal 211 335 317 46 0 6 15 252 67 106
Binary 10001001 11011101 11001111 100110 0 110 1101 10101010 110111 1000110

Color Harmonies of #89DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DDCF

Black with #89DDCF

Text Example


Text Example

White with #89DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,221,207); }

 H1.HeaderClassName
 {
   color: #89DDCF;
 }
 .AnyTagClassName
 {
   color: #89DDCF;
 }
</style>

background-color css

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

 a { background-color: rgb(137,221,207); }

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

border-color css

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

 span { border-color: rgb(137,221,207); }

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