#AAD2D6

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

Shades of Morning Glory #AAD2D6

Tints of Morning Glory #AAD2D6

Color information

#AAD2D6 (or 0xAAD2D6) is unknown color: approx Morning Glory. HEX triplet: AA, D2 and D6. RGB value is (170,210,214). Sum of RGB (Red+Green+Blue) = 170+210+214=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAD2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2D6 is #552D29. Grayscale: #C6C6C6. Windows color (decimal): -5582122 or 14078634. OLE color: 14078634.

HSL color Cylindrical-coordinate representation of color #AAD2D6: hue angle of 185.45º degrees, saturation: 0.35, 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 #AAD2D6 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170210214-
CMYK0.210.0200.16
HSL185.45º34.92%75.29%-
HSV(B)185.45º20.56%83.92%-
XYZ51.7659.4972.37-
YUV198.5136.75107.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=28.62%
G=35.35%
B=36.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702102140.210.0200.16185.4534.9275.29
HexAAD2D6152010b9234b
Octal25232232625202027143113
Binary1010101011010010110101101010110010000101110011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2D6; }

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

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

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

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

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

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

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

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