#AAD6D9

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

Shades of Morning Glory #AAD6D9

Tints of Morning Glory #AAD6D9

Color information

#AAD6D9 (or 0xAAD6D9) is unknown color: approx Morning Glory. HEX triplet: AA, D6 and D9. RGB value is (170,214,217). Sum of RGB (Red+Green+Blue) = 170+214+217=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAD6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6D9 is #552926. Grayscale: #C9C9C9. Windows color (decimal): -5581095 or 14276266. OLE color: 14276266.

HSL color Cylindrical-coordinate representation of color #AAD6D9: hue angle of 183.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD6D9 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170214217-
CMYK0.220.0100.15
HSL183.83º38.21%75.88%-
HSV(B)183.83º21.66%85.1%-
XYZ53.1561.6574.74-
YUV201.19136.92105.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=28.29%
G=35.61%
B=36.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702142170.220.0100.15183.8338.2175.88
HexAAD6D91610Fb8264c
Octal25232633126101727046114
Binary10101010110101101101100110110101111101110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6D9; }

 p { color: rgb(170,214,217); }

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

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

 a { background-color: rgb(170,214,217); }

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

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

 span { border-color: rgb(170,214,217); }

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