Html Css Color HEX #9ADCC5 Riptide

📋 copy color: '#9ADCC5'

red 154 ◦ green 220 ◦ blue 197

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

Shades of Riptide #9ADCC5

Tints of Riptide #9ADCC5

RGB

 RED value IS 154 (60.55% from 255) = 26.97%

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

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

R = 26.97%
G = 38.53%
B = 34.5%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#9ADCC5 (or 0x9ADCC5) is known color: Riptide. HEX triplet: 9A, DC and C5. RGB value is (154,220,197). Sum of RGB (Red+Green+Blue) = 154+220+197=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC5 is #65233A. Grayscale: #C5C5C5. Windows color (decimal): -6628155 or 12967066. OLE color: 12967066.

HSL color Cylindrical-coordinate representation of color #9ADCC5: hue angle of 159.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCC5 is Cyan = 0.3, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 197 -
CMYK 0.3 0 0.10 0.14
HSL 159.09º 0.49% 0.73% -
HSV(B) 159.09º 0.3% 0.86% -
XYZ 49 62.09 62.22 -
YUV 197.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 154 220 197 0.3 0 0.10 0.14 159.09 0.49 0.73
Hex 9A DC C5 1E 0 A E 9F 31 49
Octal 232 334 305 36 0 12 16 237 61 111
Binary 10011010 11011100 11000101 11110 0 1010 1110 10011111 110001 1001001

Color Harmonies of #9ADCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCC5

Black with #9ADCC5

Text Example


Text Example

White with #9ADCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,220,197); }

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

background-color css

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

 a { background-color: rgb(154,220,197); }

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

border-color css

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

 span { border-color: rgb(154,220,197); }

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