Html Css Color HEX #AEB2CE Echo Blue

📋 copy color: '#AEB2CE'

red 174 ◦ green 178 ◦ blue 206

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

Shades of Echo Blue #AEB2CE

Tints of Echo Blue #AEB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.9%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 31.18%
G = 31.9%
B = 36.92%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEB2CE (or 0xAEB2CE) is known color: Echo Blue. HEX triplet: AE, B2 and CE. RGB value is (174,178,206). Sum of RGB (Red+Green+Blue) = 174+178+206=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEB2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2CE is #514D31. Grayscale: #B3B3B3. Windows color (decimal): -5328178 or 13546158. OLE color: 13546158.

HSL color Cylindrical-coordinate representation of color #AEB2CE: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEB2CE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 178 206 -
CMYK 0.16 0.14 0 0.19
HSL 232.5º 0.25% 0.75% -
HSV(B) 232.5º 0.16% 0.81% -
XYZ 44.52 45.3 64.79 -
YUV 180 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 174 178 206 0.16 0.14 0 0.19 232.5 0.25 0.75
Hex AE B2 CE 10 E 0 13 E8 19 4B
Octal 256 262 316 20 16 0 23 350 31 113
Binary 10101110 10110010 11001110 10000 1110 0 10011 11101000 11001 1001011

Color Harmonies of #AEB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2CE

Black with #AEB2CE

Text Example


Text Example

White with #AEB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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