#AAD5D6

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

Shades of Morning Glory #AAD5D6

Tints of Morning Glory #AAD5D6

Color information

#AAD5D6 (or 0xAAD5D6) is unknown color: approx Morning Glory. HEX triplet: AA, D5 and D6. RGB value is (170,213,214). Sum of RGB (Red+Green+Blue) = 170+213+214=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAD5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5D6 is #552A29. Grayscale: #C8C8C8. Windows color (decimal): -5581354 or 14079402. OLE color: 14079402.

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

Color convert

RGB170213214-
CMYK0.210.0000.16
HSL181.36º34.92%75.29%-
HSV(B)181.36º20.56%83.92%-
XYZ52.5160.9972.62-
YUV200.26135.75106.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 214 (83.98% from 255) = 35.85%
R=28.48%
G=35.68%
B=35.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702132140.210.0000.16181.3634.9275.29
HexAAD5D6150010b5234b
Octal25232532625002026543113
Binary101010101101010111010110101010010000101101011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5D6; }

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

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

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

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

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

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

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

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