Html Css Color HEX #9ADEC6 Riptide

📋 copy color: '#9ADEC6'

red 154 ◦ green 222 ◦ blue 198

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

Shades of Riptide #9ADEC6

Tints of Riptide #9ADEC6

RGB

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

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

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

R = 26.83%
G = 38.68%
B = 34.49%

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

#9ADEC6 (or 0x9ADEC6) is known color: Riptide. HEX triplet: 9A, DE and C6. RGB value is (154,222,198). Sum of RGB (Red+Green+Blue) = 154+222+198=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEC6 is #652139. Grayscale: #C6C6C6. Windows color (decimal): -6627642 or 13033114. OLE color: 13033114.

HSL color Cylindrical-coordinate representation of color #9ADEC6: hue angle of 158.82º 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 #9ADEC6 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 198 -
CMYK 0.31 0 0.11 0.13
HSL 158.82º 0.51% 0.74% -
HSV(B) 158.82º 0.31% 0.87% -
XYZ 49.64 63.19 63.01 -
YUV 198.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 154 222 198 0.31 0 0.11 0.13 158.82 0.51 0.74
Hex 9A DE C6 1F 0 B D 9F 33 4A
Octal 232 336 306 37 0 13 15 237 63 112
Binary 10011010 11011110 11000110 11111 0 1011 1101 10011111 110011 1001010

Color Harmonies of #9ADEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADEC6

Black with #9ADEC6

Text Example


Text Example

White with #9ADEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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