#9AD8D6

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

Shades of Morning Glory #9AD8D6

Tints of Morning Glory #9AD8D6

Color information

#9AD8D6 (or 0x9AD8D6) is unknown color: approx Morning Glory. HEX triplet: 9A, D8 and D6. RGB value is (154,216,214). Sum of RGB (Red+Green+Blue) = 154+216+214=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8D6 is #652729. Grayscale: #C5C5C5. Windows color (decimal): -6629162 or 14080154. OLE color: 14080154.

HSL color Cylindrical-coordinate representation of color #9AD8D6: hue angle of 178.06º degrees, saturation: 0.44, 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 #9AD8D6 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB154216214-
CMYK0.2900.010.15
HSL178.06º44.29%72.55%-
HSV(B)178.06º28.7%84.71%-
XYZ50.0260.8472.72-
YUV197.23137.4697.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.37%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=26.37%
G=36.99%
B=36.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542162140.2900.010.15178.0644.2972.55
Hex9AD8D61D01Fb22c49
Octal23233032635011726254111
Binary10011010110110001101011011101011111101100101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,214); }

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

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

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

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

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

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

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