#9ADADC

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

Shades of Morning Glory #9ADADC

Tints of Morning Glory #9ADADC

Color information

#9ADADC (or 0x9ADADC) is unknown color: approx Morning Glory. HEX triplet: 9A, DA and DC. RGB value is (154,218,220). Sum of RGB (Red+Green+Blue) = 154+218+220=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ADADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADADC is #652523. Grayscale: #C7C7C7. Windows color (decimal): -6628644 or 14473882. OLE color: 14473882.

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

Color convert

RGB154218220-
CMYK0.30.0100.14
HSL181.82º48.53%73.33%-
HSV(B)181.82º30%86.27%-
XYZ51.3262.1877.01-
YUV199.09139.895.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.01%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=26.01%
G=36.82%
B=37.16%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542182200.30.0100.14181.8248.5373.33
Hex9ADADC1E10Eb63149
Octal23233233436101626661111
Binary10011010110110101101110011110101110101101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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