Html Css Color HEX #9ADCC8 Riptide

📋 copy color: '#9ADCC8'

red 154 ◦ green 220 ◦ blue 200

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

Shades of Riptide #9ADCC8

Tints of Riptide #9ADCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.84%

R = 26.83%
G = 38.33%
B = 34.84%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#9ADCC8 (or 0x9ADCC8) is known color: Riptide. HEX triplet: 9A, DC and C8. RGB value is (154,220,200). Sum of RGB (Red+Green+Blue) = 154+220+200=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC8 is #652337. Grayscale: #C5C5C5. Windows color (decimal): -6628152 or 13163674. OLE color: 13163674.

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

Color convert

RGB 154 220 200 -
CMYK 0.3 0 0.09 0.14
HSL 161.82º 0.49% 0.73% -
HSV(B) 161.82º 0.3% 0.86% -
XYZ 49.34 62.23 64.05 -
YUV 197.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 154 220 200 0.3 0 0.09 0.14 161.82 0.49 0.73
Hex 9A DC C8 1E 0 9 E A2 31 49
Octal 232 334 310 36 0 11 16 242 61 111
Binary 10011010 11011100 11001000 11110 0 1001 1110 10100010 110001 1001001

Color Harmonies of #9ADCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCC8

Black with #9ADCC8

Text Example


Text Example

White with #9ADCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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