#AAD7DA

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

Shades of Morning Glory #AAD7DA

Tints of Morning Glory #AAD7DA

Color information

#AAD7DA (or 0xAAD7DA) is unknown color: approx Morning Glory. HEX triplet: AA, D7 and DA. RGB value is (170,215,218). Sum of RGB (Red+Green+Blue) = 170+215+218=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAD7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DA is #552825. Grayscale: #C9C9C9. Windows color (decimal): -5580838 or 14342058. OLE color: 14342058.

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

Color convert

RGB170215218-
CMYK0.220.0100.15
HSL183.75º39.34%76.08%-
HSV(B)183.75º22.02%85.49%-
XYZ53.5362.2175.52-
YUV201.89137.09105.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=28.19%
G=35.66%
B=36.15%

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
Decimal1702152180.220.0100.15183.7539.3476.08
HexAAD7DA1610Fb8274c
Octal25232733226101727047114
Binary10101010110101111101101010110101111101110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7DA; }

 p { color: rgb(170,215,218); }

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

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

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

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

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

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

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