Html Css Color HEX #AACDD1 Morning Glory

📋 copy color: '#AACDD1'

red 170 ◦ green 205 ◦ blue 209

#AACDD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #AACDD1

Tints of Morning Glory #AACDD1

RGB

 RED value IS 170 (66.8% from 255) = 29.11%

 GREEN value IS 205 (80.47% from 255) = 35.1%

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 29.11%
G = 35.1%
B = 35.79%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AACDD1 (or 0xAACDD1) is known color: 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

RGB 170 205 209 -
CMYK 0.19 0.02 0 0.18
HSL 186.15º 0.3% 0.74% -
HSV(B) 186.15º 0.19% 0.82% -
XYZ 49.92 56.81 68.66 -
YUV 194.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 170 205 209 0.19 0.02 0 0.18 186.15 0.3 0.74
Hex AA CD D1 13 2 0 12 BA 1E 4A
Octal 252 315 321 23 2 0 22 272 36 112
Binary 10101010 11001101 11010001 10011 10 0 10010 10111010 11110 1001010

Color Harmonies of #AACDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDD1

Black with #AACDD1

Text Example


Text Example

White with #AACDD1

Text Example


Text Example

HTML Codes & Css Web 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>