Html Css Color HEX #9ADCD9 Morning Glory

📋 copy color: '#9ADCD9'

red 154 ◦ green 220 ◦ blue 217

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

Shades of Morning Glory #9ADCD9

Tints of Morning Glory #9ADCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 26.06%
G = 37.23%
B = 36.72%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#9ADCD9 (or 0x9ADCD9) is known color: Morning Glory. HEX triplet: 9A, DC and D9. RGB value is (154,220,217). Sum of RGB (Red+Green+Blue) = 154+220+217=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCD9 is #652326. Grayscale: #C7C7C7. Windows color (decimal): -6628135 or 14277786. OLE color: 14277786.

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

Color convert

RGB 154 220 217 -
CMYK 0.3 0 0.01 0.14
HSL 177.27º 0.49% 0.73% -
HSV(B) 177.27º 0.3% 0.86% -
XYZ 51.44 63.07 75.11 -
YUV 199.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 154 220 217 0.3 0 0.01 0.14 177.27 0.49 0.73
Hex 9A DC D9 1E 0 1 E B1 31 49
Octal 232 334 331 36 0 1 16 261 61 111
Binary 10011010 11011100 11011001 11110 0 1 1110 10110001 110001 1001001

Color Harmonies of #9ADCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCD9

Black with #9ADCD9

Text Example


Text Example

White with #9ADCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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