Html Css Color HEX #AACED2 Morning Glory

📋 copy color: '#AACED2'

red 170 ◦ green 206 ◦ blue 210

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

Shades of Morning Glory #AACED2

Tints of Morning Glory #AACED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 29.01%
G = 35.15%
B = 35.84%

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

#AACED2 (or 0xAACED2) is known color: Morning Glory. HEX triplet: AA, CE and D2. RGB value is (170,206,210). Sum of RGB (Red+Green+Blue) = 170+206+210=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #AACED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACED2 is #55312D. Grayscale: #C3C3C3. Windows color (decimal): -5583150 or 13815466. OLE color: 13815466.

HSL color Cylindrical-coordinate representation of color #AACED2: hue angle of 186º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACED2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 206 210 -
CMYK 0.19 0.02 0 0.18
HSL 186º 0.31% 0.75% -
HSV(B) 186º 0.19% 0.82% -
XYZ 50.28 57.34 69.39 -
YUV 195.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 170 206 210 0.19 0.02 0 0.18 186 0.31 0.75
Hex AA CE D2 13 2 0 12 BA 1F 4B
Octal 252 316 322 23 2 0 22 272 37 113
Binary 10101010 11001110 11010010 10011 10 0 10010 10111010 11111 1001011

Color Harmonies of #AACED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACED2

Black with #AACED2

Text Example


Text Example

White with #AACED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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