#9ADCD9

Color #9ADCD9 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #9ADCD9

Tints of Morning Glory #9ADCD9

Color information

#9ADCD9 (or 0x9ADCD9) is unknown color: approx 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

RGB154220217-
CMYK0.300.010.14
HSL177.27º48.53%73.33%-
HSV(B)177.27º30%86.27%-
XYZ51.4463.0775.11-
YUV199.92137.6395.24-

RGB Variations

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

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 (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542202170.300.010.14177.2748.5373.33
Hex9ADCD91E01Eb13149
Octal23233433136011626161111
Binary10011010110111001101100111110011110101100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>