Html Css Color HEX #89DCD6 Riptide

📋 copy color: '#89DCD6'

red 137 ◦ green 220 ◦ blue 214

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

Shades of Riptide #89DCD6

Tints of Riptide #89DCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 214 (83.98% from 255) = 37.48%

R = 23.99%
G = 38.53%
B = 37.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#89DCD6 (or 0x89DCD6) is known color: Riptide. HEX triplet: 89, DC and D6. RGB value is (137,220,214). Sum of RGB (Red+Green+Blue) = 137+220+214=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCD6 is #762329. Grayscale: #C2C2C2. Windows color (decimal): -7742250 or 14081161. OLE color: 14081161.

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

Color convert

RGB 137 220 214 -
CMYK 0.38 0 0.03 0.14
HSL 175.66º 0.54% 0.7% -
HSV(B) 175.66º 0.38% 0.86% -
XYZ 48.05 61.36 72.93 -
YUV 194.5 139 86.99 -
System Red Green Blue C M Y K H S L
Decimal 137 220 214 0.38 0 0.03 0.14 175.66 0.54 0.7
Hex 89 DC D6 26 0 3 E B0 36 46
Octal 211 334 326 46 0 3 16 260 66 106
Binary 10001001 11011100 11010110 100110 0 11 1110 10110000 110110 1000110

Color Harmonies of #89DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCD6

Black with #89DCD6

Text Example


Text Example

White with #89DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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