Html Css Color HEX #ADAEC4 Echo Blue

📋 copy color: '#ADAEC4'

red 173 ◦ green 174 ◦ blue 196

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

Shades of Echo Blue #ADAEC4

Tints of Echo Blue #ADAEC4

RGB

 RED value IS 173 (67.97% from 255) = 31.86%

 GREEN value IS 174 (68.36% from 255) = 32.04%

 BLUE value IS 196 (76.95% from 255) = 36.1%

R = 31.86%
G = 32.04%
B = 36.1%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADAEC4 (or 0xADAEC4) is known color: Echo Blue. HEX triplet: AD, AE and C4. RGB value is (173,174,196). Sum of RGB (Red+Green+Blue) = 173+174+196=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADAEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC4 is #52513B. Grayscale: #B0B0B0. Windows color (decimal): -5394748 or 12889773. OLE color: 12889773.

HSL color Cylindrical-coordinate representation of color #ADAEC4: hue angle of 237.39º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADAEC4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 174 196 -
CMYK 0.12 0.11 0 0.23
HSL 237.39º 0.16% 0.72% -
HSV(B) 237.39º 0.12% 0.77% -
XYZ 42.33 43.14 58.32 -
YUV 176.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 173 174 196 0.12 0.11 0 0.23 237.39 0.16 0.72
Hex AD AE C4 C B 0 17 ED 10 48
Octal 255 256 304 14 13 0 27 355 20 110
Binary 10101101 10101110 11000100 1100 1011 0 10111 11101101 10000 1001000

Color Harmonies of #ADAEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEC4

Black with #ADAEC4

Text Example


Text Example

White with #ADAEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEC4; }

 p { color: rgb(173,174,196); }

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

background-color css

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

 a { background-color: rgb(173,174,196); }

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

border-color css

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

 span { border-color: rgb(173,174,196); }

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