Html Css Color HEX #9DDAC5 Riptide

📋 copy color: '#9DDAC5'

red 157 ◦ green 218 ◦ blue 197

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

Shades of Riptide #9DDAC5

Tints of Riptide #9DDAC5

RGB

 RED value IS 157 (61.72% from 255) = 27.45%

 GREEN value IS 218 (85.55% from 255) = 38.11%

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 27.45%
G = 38.11%
B = 34.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#9DDAC5 (or 0x9DDAC5) is known color: Riptide. HEX triplet: 9D, DA and C5. RGB value is (157,218,197). Sum of RGB (Red+Green+Blue) = 157+218+197=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAC5 is #62253A. Grayscale: #C5C5C5. Windows color (decimal): -6432059 or 12966557. OLE color: 12966557.

HSL color Cylindrical-coordinate representation of color #9DDAC5: hue angle of 159.34º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 197 -
CMYK 0.28 0 0.10 0.15
HSL 159.34º 0.45% 0.74% -
HSV(B) 159.34º 0.28% 0.85% -
XYZ 49.05 61.34 62.08 -
YUV 197.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 157 218 197 0.28 0 0.10 0.15 159.34 0.45 0.74
Hex 9D DA C5 1C 0 A F 9F 2D 4A
Octal 235 332 305 34 0 12 17 237 55 112
Binary 10011101 11011010 11000101 11100 0 1010 1111 10011111 101101 1001010

Color Harmonies of #9DDAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAC5

Black with #9DDAC5

Text Example


Text Example

White with #9DDAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDAC5; }

 p { color: rgb(157,218,197); }

 H1.HeaderClassName
 {
   color: #9DDAC5;
 }
 .AnyTagClassName
 {
   color: #9DDAC5;
 }
</style>

background-color css

<style>
 a { background-color: #9DDAC5; }

 a { background-color: rgb(157,218,197); }

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

border-color css

<style>
 span { border-color: #9DDAC5; }

 span { border-color: rgb(157,218,197); }

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