#AAD0D1

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

Shades of Morning Glory #AAD0D1

Tints of Morning Glory #AAD0D1

Color information

#AAD0D1 (or 0xAAD0D1) is unknown color: approx Morning Glory. HEX triplet: AA, D0 and D1. RGB value is (170,208,209). Sum of RGB (Red+Green+Blue) = 170+208+209=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAD0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0D1 is #552F2E. Grayscale: #C4C4C4. Windows color (decimal): -5582639 or 13750442. OLE color: 13750442.

HSL color Cylindrical-coordinate representation of color #AAD0D1: hue angle of 181.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD0D1 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170208209-
CMYK0.190.0000.18
HSL181.54º29.77%74.31%-
HSV(B)181.54º18.66%81.96%-
XYZ50.6458.2668.9-
YUV196.75134.91108.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=28.96%
G=35.43%
B=35.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702082090.190.0000.18181.5429.7774.31
HexAAD0D1130012b61e4a
Octal25232032123002226636112
Binary10101010110100001101000110011001001010110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0D1; }

 p { color: rgb(170,208,209); }

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

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

 a { background-color: rgb(170,208,209); }

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

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

 span { border-color: rgb(170,208,209); }

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