Html Css Color HEX #AACDD0 Morning Glory

📋 copy color: '#AACDD0'

red 170 ◦ green 205 ◦ blue 208

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

Shades of Morning Glory #AACDD0

Tints of Morning Glory #AACDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 29.16%
G = 35.16%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AACDD0 (or 0xAACDD0) is known color: Morning Glory. HEX triplet: AA, CD and D0. RGB value is (170,205,208). Sum of RGB (Red+Green+Blue) = 170+205+208=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD0 is #55322F. Grayscale: #C2C2C2. Windows color (decimal): -5583408 or 13684138. OLE color: 13684138.

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

Color convert

RGB 170 205 208 -
CMYK 0.18 0.01 0 0.18
HSL 184.74º 0.29% 0.74% -
HSV(B) 184.74º 0.18% 0.82% -
XYZ 49.79 56.76 68.01 -
YUV 194.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 170 205 208 0.18 0.01 0 0.18 184.74 0.29 0.74
Hex AA CD D0 12 1 0 12 B9 1D 4A
Octal 252 315 320 22 1 0 22 271 35 112
Binary 10101010 11001101 11010000 10010 1 0 10010 10111001 11101 1001010

Color Harmonies of #AACDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDD0

Black with #AACDD0

Text Example


Text Example

White with #AACDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDD0; }

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

 H1.HeaderClassName
 {
   color: #AACDD0;
 }
 .AnyTagClassName
 {
   color: #AACDD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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