#9ADADA

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

Shades of Morning Glory #9ADADA

Tints of Morning Glory #9ADADA

Color information

#9ADADA (or 0x9ADADA) is unknown color: approx Morning Glory. HEX triplet: 9A, DA and DA. RGB value is (154,218,218). Sum of RGB (Red+Green+Blue) = 154+218+218=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #9ADADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADADA is #652525. Grayscale: #C6C6C6. Windows color (decimal): -6628646 or 14342810. OLE color: 14342810.

HSL color Cylindrical-coordinate representation of color #9ADADA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADADA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154218218-
CMYK0.29000.15
HSL180º46.38%72.94%-
HSV(B)180º29.36%85.49%-
XYZ51.0562.0775.62-
YUV198.86138.896-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=26.10%
G=36.95%
B=36.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542182180.29000.1518046.3872.94
Hex9ADADA1D00Fb42e49
Octal23233233235001726456111
Binary10011010110110101101101011101001111101101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,218); }

 H1.HeaderClassName
 {
   color: #9ADADA;
 }
 .AnyTagClassName
 {
   color: #9ADADA;
 }
</style>
background-color css

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

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

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

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

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

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