#AACDD1

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

Shades of Morning Glory #AACDD1

Tints of Morning Glory #AACDD1

Color information

#AACDD1 (or 0xAACDD1) is unknown color: approx Morning Glory. HEX triplet: AA, CD and D1. RGB value is (170,205,209). Sum of RGB (Red+Green+Blue) = 170+205+209=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #AACDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD1 is #55322E. Grayscale: #C2C2C2. Windows color (decimal): -5583407 or 13749674. OLE color: 13749674.

HSL color Cylindrical-coordinate representation of color #AACDD1: hue angle of 186.15º 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 #AACDD1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170205209-
CMYK0.190.0200.18
HSL186.15º29.77%74.31%-
HSV(B)186.15º18.66%81.96%-
XYZ49.9256.8168.66-
YUV194.99135.9110.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=29.11%
G=35.10%
B=35.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702052090.190.0200.18186.1529.7774.31
HexAACDD1132012ba1e4a
Octal25231532123202227236112
Binary101010101100110111010001100111001001010111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDD1; }

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

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

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

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

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

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

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

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