Html Css Color HEX #97DDD1 Riptide

📋 copy color: '#97DDD1'

red 151 ◦ green 221 ◦ blue 209

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

Shades of Riptide #97DDD1

Tints of Riptide #97DDD1

RGB

 RED value IS 151 (59.38% from 255) = 25.99%

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 25.99%
G = 38.04%
B = 35.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#97DDD1 (or 0x97DDD1) is known color: Riptide. HEX triplet: 97, DD and D1. RGB value is (151,221,209). Sum of RGB (Red+Green+Blue) = 151+221+209=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DDD1 is #68222E. Grayscale: #C6C6C6. Windows color (decimal): -6824495 or 13753751. OLE color: 13753751.

HSL color Cylindrical-coordinate representation of color #97DDD1: hue angle of 169.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDD1 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 209 -
CMYK 0.32 0 0.05 0.13
HSL 169.71º 0.51% 0.73% -
HSV(B) 169.71º 0.32% 0.87% -
XYZ 50.13 62.9 69.82 -
YUV 198.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 151 221 209 0.32 0 0.05 0.13 169.71 0.51 0.73
Hex 97 DD D1 20 0 5 D AA 33 49
Octal 227 335 321 40 0 5 15 252 63 111
Binary 10010111 11011101 11010001 100000 0 101 1101 10101010 110011 1001001

Color Harmonies of #97DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DDD1

Black with #97DDD1

Text Example


Text Example

White with #97DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97DDD1; }

 p { color: rgb(151,221,209); }

 H1.HeaderClassName
 {
   color: #97DDD1;
 }
 .AnyTagClassName
 {
   color: #97DDD1;
 }
</style>

background-color css

<style>
 a { background-color: #97DDD1; }

 a { background-color: rgb(151,221,209); }

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

border-color css

<style>
 span { border-color: #97DDD1; }

 span { border-color: rgb(151,221,209); }

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