Html Css Color HEX #9ADCCC Riptide

📋 copy color: '#9ADCCC'

red 154 ◦ green 220 ◦ blue 204

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

Shades of Riptide #9ADCCC

Tints of Riptide #9ADCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 26.64%
G = 38.06%
B = 35.29%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#9ADCCC (or 0x9ADCCC) is known color: Riptide. HEX triplet: 9A, DC and CC. RGB value is (154,220,204). Sum of RGB (Red+Green+Blue) = 154+220+204=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCCC is #652333. Grayscale: #C6C6C6. Windows color (decimal): -6628148 or 13425818. OLE color: 13425818.

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

Color convert

RGB 154 220 204 -
CMYK 0.3 0 0.07 0.14
HSL 165.45º 0.49% 0.73% -
HSV(B) 165.45º 0.3% 0.86% -
XYZ 49.82 62.42 66.55 -
YUV 198.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 154 220 204 0.3 0 0.07 0.14 165.45 0.49 0.73
Hex 9A DC CC 1E 0 7 E A5 31 49
Octal 232 334 314 36 0 7 16 245 61 111
Binary 10011010 11011100 11001100 11110 0 111 1110 10100101 110001 1001001

Color Harmonies of #9ADCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCCC

Black with #9ADCCC

Text Example


Text Example

White with #9ADCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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