Html Css Color HEX #ABADC2 Echo Blue

📋 copy color: '#ABADC2'

red 171 ◦ green 173 ◦ blue 194

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

Shades of Echo Blue #ABADC2

Tints of Echo Blue #ABADC2

RGB

 RED value IS 171 (67.19% from 255) = 31.78%

 GREEN value IS 173 (67.97% from 255) = 32.16%

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

R = 31.78%
G = 32.16%
B = 36.06%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABADC2 (or 0xABADC2) is known color: Echo Blue. HEX triplet: AB, AD and C2. RGB value is (171,173,194). Sum of RGB (Red+Green+Blue) = 171+173+194=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADC2 is #54523D. Grayscale: #AEAEAE. Windows color (decimal): -5526078 or 12758443. OLE color: 12758443.

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

Color convert

RGB 171 173 194 -
CMYK 0.12 0.11 0 0.24
HSL 234.78º 0.16% 0.72% -
HSV(B) 234.78º 0.12% 0.76% -
XYZ 41.48 42.44 57.04 -
YUV 174.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 171 173 194 0.12 0.11 0 0.24 234.78 0.16 0.72
Hex AB AD C2 C B 0 18 EB 10 48
Octal 253 255 302 14 13 0 30 353 20 110
Binary 10101011 10101101 11000010 1100 1011 0 11000 11101011 10000 1001000

Color Harmonies of #ABADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADC2

Black with #ABADC2

Text Example


Text Example

White with #ABADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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