Html Css Color HEX #9DDAC6 Riptide

📋 copy color: '#9DDAC6'

red 157 ◦ green 218 ◦ blue 198

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

Shades of Riptide #9DDAC6

Tints of Riptide #9DDAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 27.4%
G = 38.05%
B = 34.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#9DDAC6 (or 0x9DDAC6) is known color: Riptide. HEX triplet: 9D, DA and C6. RGB value is (157,218,198). Sum of RGB (Red+Green+Blue) = 157+218+198=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAC6 is #622539. Grayscale: #C5C5C5. Windows color (decimal): -6432058 or 13032093. OLE color: 13032093.

HSL color Cylindrical-coordinate representation of color #9DDAC6: hue angle of 160.33º 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 #9DDAC6 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 198 -
CMYK 0.28 0 0.09 0.15
HSL 160.33º 0.45% 0.74% -
HSV(B) 160.33º 0.28% 0.85% -
XYZ 49.17 61.39 62.68 -
YUV 197.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 157 218 198 0.28 0 0.09 0.15 160.33 0.45 0.74
Hex 9D DA C6 1C 0 9 F A0 2D 4A
Octal 235 332 306 34 0 11 17 240 55 112
Binary 10011101 11011010 11000110 11100 0 1001 1111 10100000 101101 1001010

Color Harmonies of #9DDAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAC6

Black with #9DDAC6

Text Example


Text Example

White with #9DDAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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