Html Css Color HEX #AEB1CB Echo Blue

📋 copy color: '#AEB1CB'

red 174 ◦ green 177 ◦ blue 203

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

Shades of Echo Blue #AEB1CB

Tints of Echo Blue #AEB1CB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 31.41%
G = 31.95%
B = 36.64%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEB1CB (or 0xAEB1CB) is known color: Echo Blue. HEX triplet: AE, B1 and CB. RGB value is (174,177,203). Sum of RGB (Red+Green+Blue) = 174+177+203=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1CB is #514E34. Grayscale: #B2B2B2. Windows color (decimal): -5328437 or 13349294. OLE color: 13349294.

HSL color Cylindrical-coordinate representation of color #AEB1CB: hue angle of 233.79º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEB1CB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 177 203 -
CMYK 0.14 0.13 0 0.20
HSL 233.79º 0.22% 0.74% -
HSV(B) 233.79º 0.14% 0.8% -
XYZ 43.96 44.75 62.82 -
YUV 179.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 174 177 203 0.14 0.13 0 0.20 233.79 0.22 0.74
Hex AE B1 CB E D 0 14 EA 16 4A
Octal 256 261 313 16 15 0 24 352 26 112
Binary 10101110 10110001 11001011 1110 1101 0 10100 11101010 10110 1001010

Color Harmonies of #AEB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1CB

Black with #AEB1CB

Text Example


Text Example

White with #AEB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1CB; }

 p { color: rgb(174,177,203); }

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

background-color css

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

 a { background-color: rgb(174,177,203); }

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

border-color css

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

 span { border-color: rgb(174,177,203); }

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