Html Css Color HEX #9ADEC5 Riptide

📋 copy color: '#9ADEC5'

red 154 ◦ green 222 ◦ blue 197

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

Shades of Riptide #9ADEC5

Tints of Riptide #9ADEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.74%

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

R = 26.88%
G = 38.74%
B = 34.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#9ADEC5 (or 0x9ADEC5) is known color: Riptide. HEX triplet: 9A, DE and C5. RGB value is (154,222,197). Sum of RGB (Red+Green+Blue) = 154+222+197=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEC5 is #65213A. Grayscale: #C6C6C6. Windows color (decimal): -6627643 or 12967578. OLE color: 12967578.

HSL color Cylindrical-coordinate representation of color #9ADEC5: hue angle of 157.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEC5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 197 -
CMYK 0.31 0 0.11 0.13
HSL 157.94º 0.51% 0.74% -
HSV(B) 157.94º 0.31% 0.87% -
XYZ 49.53 63.14 62.4 -
YUV 198.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 154 222 197 0.31 0 0.11 0.13 157.94 0.51 0.74
Hex 9A DE C5 1F 0 B D 9E 33 4A
Octal 232 336 305 37 0 13 15 236 63 112
Binary 10011010 11011110 11000101 11111 0 1011 1101 10011110 110011 1001010

Color Harmonies of #9ADEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADEC5

Black with #9ADEC5

Text Example


Text Example

White with #9ADEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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