Html Css Color HEX #9ADCCB Riptide

📋 copy color: '#9ADCCB'

red 154 ◦ green 220 ◦ blue 203

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

Shades of Riptide #9ADCCB

Tints of Riptide #9ADCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 26.69%
G = 38.13%
B = 35.18%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#9ADCCB (or 0x9ADCCB) is known color: Riptide. HEX triplet: 9A, DC and CB. RGB value is (154,220,203). Sum of RGB (Red+Green+Blue) = 154+220+203=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCCB is #652334. Grayscale: #C6C6C6. Windows color (decimal): -6628149 or 13360282. OLE color: 13360282.

HSL color Cylindrical-coordinate representation of color #9ADCCB: hue angle of 164.55º 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 #9ADCCB is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 203 -
CMYK 0.3 0 0.08 0.14
HSL 164.55º 0.49% 0.73% -
HSV(B) 164.55º 0.3% 0.86% -
XYZ 49.7 62.37 65.92 -
YUV 198.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 154 220 203 0.3 0 0.08 0.14 164.55 0.49 0.73
Hex 9A DC CB 1E 0 8 E A5 31 49
Octal 232 334 313 36 0 10 16 245 61 111
Binary 10011010 11011100 11001011 11110 0 1000 1110 10100101 110001 1001001

Color Harmonies of #9ADCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCCB

Black with #9ADCCB

Text Example


Text Example

White with #9ADCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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