Html Css Color HEX #ADAEC2 Echo Blue

📋 copy color: '#ADAEC2'

red 173 ◦ green 174 ◦ blue 194

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

Shades of Echo Blue #ADAEC2

Tints of Echo Blue #ADAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 31.98%
G = 32.16%
B = 35.86%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADAEC2 (or 0xADAEC2) is known color: Echo Blue. HEX triplet: AD, AE and C2. RGB value is (173,174,194). Sum of RGB (Red+Green+Blue) = 173+174+194=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC2 is #52513D. Grayscale: #AFAFAF. Windows color (decimal): -5394750 or 12758701. OLE color: 12758701.

HSL color Cylindrical-coordinate representation of color #ADAEC2: hue angle of 237.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAEC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 174 194 -
CMYK 0.11 0.10 0 0.24
HSL 237.14º 0.15% 0.72% -
HSV(B) 237.14º 0.11% 0.76% -
XYZ 42.11 43.05 57.13 -
YUV 175.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 173 174 194 0.11 0.10 0 0.24 237.14 0.15 0.72
Hex AD AE C2 B A 0 18 ED F 48
Octal 255 256 302 13 12 0 30 355 17 110
Binary 10101101 10101110 11000010 1011 1010 0 11000 11101101 1111 1001000

Color Harmonies of #ADAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEC2

Black with #ADAEC2

Text Example


Text Example

White with #ADAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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