Html Css Color HEX #9ADAC6 Riptide

📋 copy color: '#9ADAC6'

red 154 ◦ green 218 ◦ blue 198

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

Shades of Riptide #9ADAC6

Tints of Riptide #9ADAC6

RGB

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

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

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

R = 27.02%
G = 38.25%
B = 34.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#9ADAC6 (or 0x9ADAC6) is known color: Riptide. HEX triplet: 9A, DA and C6. RGB value is (154,218,198). Sum of RGB (Red+Green+Blue) = 154+218+198=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAC6 is #652539. Grayscale: #C4C4C4. Windows color (decimal): -6628666 or 13032090. OLE color: 13032090.

HSL color Cylindrical-coordinate representation of color #9ADAC6: hue angle of 161.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAC6 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 198 -
CMYK 0.29 0 0.09 0.15
HSL 161.25º 0.46% 0.73% -
HSV(B) 161.25º 0.29% 0.85% -
XYZ 48.59 61.09 62.66 -
YUV 196.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 154 218 198 0.29 0 0.09 0.15 161.25 0.46 0.73
Hex 9A DA C6 1D 0 9 F A1 2E 49
Octal 232 332 306 35 0 11 17 241 56 111
Binary 10011010 11011010 11000110 11101 0 1001 1111 10100001 101110 1001001

Color Harmonies of #9ADAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAC6

Black with #9ADAC6

Text Example


Text Example

White with #9ADAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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