Html Css Color HEX #9ADDCA Riptide

📋 copy color: '#9ADDCA'

red 154 ◦ green 221 ◦ blue 202

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

Shades of Riptide #9ADDCA

Tints of Riptide #9ADDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 26.69%
G = 38.3%
B = 35.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9ADDCA (or 0x9ADDCA) is known color: Riptide. HEX triplet: 9A, DD and CA. RGB value is (154,221,202). Sum of RGB (Red+Green+Blue) = 154+221+202=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDCA is #652235. Grayscale: #C6C6C6. Windows color (decimal): -6627894 or 13295002. OLE color: 13295002.

HSL color Cylindrical-coordinate representation of color #9ADDCA: hue angle of 162.99º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDCA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 202 -
CMYK 0.30 0 0.09 0.13
HSL 162.99º 0.5% 0.74% -
HSV(B) 162.99º 0.3% 0.87% -
XYZ 49.84 62.85 65.38 -
YUV 198.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 154 221 202 0.30 0 0.09 0.13 162.99 0.5 0.74
Hex 9A DD CA 1E 0 9 D A3 32 4A
Octal 232 335 312 36 0 11 15 243 62 112
Binary 10011010 11011101 11001010 11110 0 1001 1101 10100011 110010 1001010

Color Harmonies of #9ADDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDCA

Black with #9ADDCA

Text Example


Text Example

White with #9ADDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,202); }

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

background-color css

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

 a { background-color: rgb(154,221,202); }

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

border-color css

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

 span { border-color: rgb(154,221,202); }

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