Html Css Color HEX #AACED1 Morning Glory

📋 copy color: '#AACED1'

red 170 ◦ green 206 ◦ blue 209

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

Shades of Morning Glory #AACED1

Tints of Morning Glory #AACED1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.21%

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

R = 29.06%
G = 35.21%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AACED1 (or 0xAACED1) is known color: Morning Glory. HEX triplet: AA, CE and D1. RGB value is (170,206,209). Sum of RGB (Red+Green+Blue) = 170+206+209=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #AACED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACED1 is #55312E. Grayscale: #C3C3C3. Windows color (decimal): -5583151 or 13749930. OLE color: 13749930.

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

Color convert

RGB 170 206 209 -
CMYK 0.19 0.01 0 0.18
HSL 184.62º 0.3% 0.74% -
HSV(B) 184.62º 0.19% 0.82% -
XYZ 50.16 57.29 68.74 -
YUV 195.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 170 206 209 0.19 0.01 0 0.18 184.62 0.3 0.74
Hex AA CE D1 13 1 0 12 B9 1E 4A
Octal 252 316 321 23 1 0 22 271 36 112
Binary 10101010 11001110 11010001 10011 1 0 10010 10111001 11110 1001010

Color Harmonies of #AACED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACED1

Black with #AACED1

Text Example


Text Example

White with #AACED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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