Html Css Color HEX #AEB0CE Echo Blue

📋 copy color: '#AEB0CE'

red 174 ◦ green 176 ◦ blue 206

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

Shades of Echo Blue #AEB0CE

Tints of Echo Blue #AEB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

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

R = 31.29%
G = 31.65%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEB0CE (or 0xAEB0CE) is known color: Echo Blue. HEX triplet: AE, B0 and CE. RGB value is (174,176,206). Sum of RGB (Red+Green+Blue) = 174+176+206=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0CE is #514F31. Grayscale: #B2B2B2. Windows color (decimal): -5328690 or 13545646. OLE color: 13545646.

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

Color convert

RGB 174 176 206 -
CMYK 0.16 0.15 0 0.19
HSL 236.25º 0.25% 0.75% -
HSV(B) 236.25º 0.16% 0.81% -
XYZ 44.12 44.51 64.66 -
YUV 178.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 174 176 206 0.16 0.15 0 0.19 236.25 0.25 0.75
Hex AE B0 CE 10 F 0 13 EC 19 4B
Octal 256 260 316 20 17 0 23 354 31 113
Binary 10101110 10110000 11001110 10000 1111 0 10011 11101100 11001 1001011

Color Harmonies of #AEB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB0CE

Black with #AEB0CE

Text Example


Text Example

White with #AEB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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