Html Css Color HEX #AECED2 Morning Glory

📋 copy color: '#AECED2'

red 174 ◦ green 206 ◦ blue 210

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

Shades of Morning Glory #AECED2

Tints of Morning Glory #AECED2

RGB

 RED value IS 174 (68.36% from 255) = 29.49%

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

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

R = 29.49%
G = 34.92%
B = 35.59%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AECED2 (or 0xAECED2) is known color: Morning Glory. HEX triplet: AE, CE and D2. RGB value is (174,206,210). Sum of RGB (Red+Green+Blue) = 174+206+210=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 210 - color contains mainly: blue. Hex color #AECED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED2 is #51312D. Grayscale: #C4C4C4. Windows color (decimal): -5321006 or 13815470. OLE color: 13815470.

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

Color convert

RGB 174 206 210 -
CMYK 0.17 0.02 0 0.18
HSL 186.67º 0.29% 0.75% -
HSV(B) 186.67º 0.17% 0.82% -
XYZ 51.16 57.79 69.43 -
YUV 196.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 174 206 210 0.17 0.02 0 0.18 186.67 0.29 0.75
Hex AE CE D2 11 2 0 12 BB 1D 4B
Octal 256 316 322 21 2 0 22 273 35 113
Binary 10101110 11001110 11010010 10001 10 0 10010 10111011 11101 1001011

Color Harmonies of #AECED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECED2

Black with #AECED2

Text Example


Text Example

White with #AECED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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