#AAD5D7

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

Shades of Morning Glory #AAD5D7

Tints of Morning Glory #AAD5D7

Color information

#AAD5D7 (or 0xAAD5D7) is unknown color: approx Morning Glory. HEX triplet: AA, D5 and D7. RGB value is (170,213,215). Sum of RGB (Red+Green+Blue) = 170+213+215=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAD5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5D7 is #552A28. Grayscale: #C8C8C8. Windows color (decimal): -5581353 or 14144938. OLE color: 14144938.

HSL color Cylindrical-coordinate representation of color #AAD5D7: hue angle of 182.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD5D7 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170213215-
CMYK0.210.0100.16
HSL182.67º36%75.49%-
HSV(B)182.67º20.93%84.31%-
XYZ52.6461.0473.3-
YUV200.37136.25106.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 215 (84.38% from 255) = 35.95%
R=28.43%
G=35.62%
B=35.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702132150.210.0100.16182.673675.49
HexAAD5D7151010b7244b
Octal25232532725102026744113
Binary101010101101010111010111101011010000101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5D7; }

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

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

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

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

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

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

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

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